X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/9e40b5e5d7e26f4b8d3250cfbde23540a6205fd6..01fed0849e47c9ab181963b94b76df1b84a5232b:/forum/skins/default/templates/osqaadmin/djstyle_base.html?ds=inline diff --git a/forum/skins/default/templates/osqaadmin/djstyle_base.html b/forum/skins/default/templates/osqaadmin/djstyle_base.html index 9a7cf74..d976268 100644 --- a/forum/skins/default/templates/osqaadmin/djstyle_base.html +++ b/forum/skins/default/templates/osqaadmin/djstyle_base.html @@ -1,5 +1,4 @@ -{% load extra_tags %} -{% load i18n %} +{% load extra_tags extra_filters i18n %} @@ -53,6 +52,15 @@ {% block admincontent %}{% endblock %} @@ -86,14 +96,28 @@
  • {{ allsets.about.title }}
  • {{ allsets.faq.title }}
  • {{ allsets.sidebar.title }}
  • -
  • {{ allsets.css.title }}
  • +
  • + {{ allsets.css.title }} + {% if "css"|contained_in:unsaved %}{% trans {% endif %} +
  • +
  • + {{ allsets.headandfoot.title }} + {% if "headandfoot"|contained_in:unsaved %}{% trans {% endif %} +
  • +
  • + {{ allsets.head.title }} + {% if "head"|contained_in:unsaved %}{% trans {% endif %} +
  • {% trans "Other settings" %}

    @@ -102,6 +126,7 @@