aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin/list.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-28 23:49:27 +0000
committerrubenwardy <rw@rubenwardy.com>2019-01-28 23:49:27 +0000
commit0e5c1f83ff72e5d3a8a45d8874595c8390c5262f (patch)
tree32cd688399361a75392c6e94eaec1ed7e8d0c8dd /app/templates/admin/list.html
parentf112756b04f9038cfef950b7a8bafc4d4ad95346 (diff)
downloadcheatdb-0e5c1f83ff72e5d3a8a45d8874595c8390c5262f.tar.xz
Add MinetestRelease editor
Diffstat (limited to 'app/templates/admin/list.html')
-rw-r--r--app/templates/admin/list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html
index d4e4da6..4e2d70f 100644
--- a/app/templates/admin/list.html
+++ b/app/templates/admin/list.html
@@ -9,6 +9,7 @@
<li><a href="{{ url_for('user_list_page') }}">User list</a></li>
<li><a href="{{ url_for('tag_list_page') }}">Tag Editor</a></li>
<li><a href="{{ url_for('license_list_page') }}">License Editor</a></li>
+ <li><a href="{{ url_for('version_list_page') }}">Version Editor</a></li>
<li><a href="{{ url_for('switch_user_page') }}">Sign in as another user</a></li>
</ul>