X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/f6d6ed3eb1f778545c819fa93a7e664ed5c4e445..b1dc5a1a7af5bacdee0e0b8be70bb9e903fa209f:/forum_modules/updater/templates/index.html diff --git a/forum_modules/updater/templates/index.html b/forum_modules/updater/templates/index.html index 04f20af..aed0d01 100644 --- a/forum_modules/updater/templates/index.html +++ b/forum_modules/updater/templates/index.html @@ -1,14 +1,34 @@ {% extends basetemplate %} -{% load i18n %} +{% load i18n extra_tags %} {% block adminjs %} {{ block.super }} + + + @@ -23,6 +43,7 @@ $(function() { {% block admincontent %} -{% trans "Check for Updates" %} +{% trans "Check for Updates" %} +
{% endblock %}