]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/admin/versions/edit.html
Refactor endpoints to use blueprints instead
[cheatdb.git] / app / templates / admin / versions / edit.html
index ea84c11358640b838d954e14525b94608442060c..f1042fa10ad8fde2eebcc448c53af01857bb6e47 100644 (file)
@@ -10,8 +10,8 @@
 
 {% block content %}
        <p>
-               <a href="{{ url_for('version_list_page') }}">Back to list</a> |
-               <a href="{{ url_for('createedit_version_page') }}">New Version</a>
+               <a href="{{ url_for('admin.version_list') }}">Back to list</a> |
+               <a href="{{ url_for('admin.create_edit_version') }}">New Version</a>
        </p>
 
        {% from "macros/forms.html" import render_field, render_submit_field %}