]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/updates/templates/index.html
Migrate to Django 1.6
[osqa.git] / forum_modules / updates / templates / index.html
index aed0d016d6fff035804f76e581084442a5fcb644..d07d9e3c6f1222dfc70c12ca9b8f9be2e136fdfc 100644 (file)
@@ -43,7 +43,7 @@ $(function() {
 
 {% block admincontent %}
 
-<a href="{% url updater_check %}" id="check_for_updates" class="button">{% trans "Check for Updates" %}</a>
+<a href="{% url "updater_check" %}" id="check_for_updates" class="button">{% trans "Check for Updates" %}</a>
 <div id="update_check_status"></div>
 
 {% endblock %}