diff options
Diffstat (limited to 'templates/qm.html')
-rw-r--r-- | templates/qm.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/qm.html b/templates/qm.html index f960197..0e58156 100644 --- a/templates/qm.html +++ b/templates/qm.html @@ -4,9 +4,7 @@ {% block title %} QM: {{qm|wiki_to_html_short}} {% endblock %} -{% block editLink %}| <a href={{qm.get_admin_url}}>Edit QM {{qm|wiki_to_html_short}}</a>{% endblock %} - - +{% block editLink %}| <a href="{{qm.get_admin_url}}/">Edit QM {{qm|wiki_to_html_short}}</a>{% endblock %} {% block contentheader %} <table id="cavepage"> |