]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/stats/templates/index.html
Updated stats module
[osqa.git] / forum_modules / stats / templates / index.html
similarity index 90%
rename from forum_modules/updates/templates/index.html
rename to forum_modules/stats/templates/index.html
index d07d9e3c6f1222dfc70c12ca9b8f9be2e136fdfc..04c2f67f1d3f6eec42a56182a031aa5148f3f26f 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 "stats_check" %}" id="check_for_updates" class="button">{% trans "Check for Updates" %}</a>
 <div id="update_check_status"></div>
 
 {% endblock %}