X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/5eb856d0a99ff1b63bda2ae03b0c7c590703822e..f6d6ed3eb1f778545c819fa93a7e664ed5c4e445:/forum_modules/updater/templates/index.html?ds=sidebyside
diff --git a/forum_modules/updater/templates/index.html b/forum_modules/updater/templates/index.html
index 1ddb980..04f20af 100644
--- a/forum_modules/updater/templates/index.html
+++ b/forum_modules/updater/templates/index.html
@@ -2,6 +2,18 @@
{% load i18n %}
+{% block adminjs %}
+{{ block.super }}
+
+{% endblock %}
+
{% block subtitle %}
{% trans "Update Checker" %}
{% endblock %}
@@ -11,4 +23,6 @@
{% block admincontent %}
+{% trans "Check for Updates" %}
+
{% endblock %}