diff --git a/korektury/static/korektury/opraf-list.css b/korektury/static/korektury/opraf-list.css new file mode 100644 index 00000000..737b3c2c --- /dev/null +++ b/korektury/static/korektury/opraf-list.css @@ -0,0 +1,13 @@ +.adding-text{ + color: black; +} +.comitting-text +{ + color: yellow; +} +.deprecated-text { + color: red; + text-decoration: line-through; +} + + diff --git a/korektury/templates/korektury/seznam.html b/korektury/templates/korektury/seznam.html index c1d62175..991ca2c5 100644 --- a/korektury/templates/korektury/seznam.html +++ b/korektury/templates/korektury/seznam.html @@ -1,4 +1,9 @@ {% extends "korektury/base.html" %} +{% load staticfiles %} + +{% block script%} + +{% endblock %} {% block content %} @@ -12,7 +17,7 @@