aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-06-10 00:11:57 +0100
committerrubenwardy <rw@rubenwardy.com>2019-06-10 00:11:57 +0100
commit2fbc44bd54a3f0ed67cbb6236e38afbb407a2135 (patch)
tree5d4aa307212ee5bfe406b83a17de6a7ec16037ab /app/templates/base.html
parent950512c2a7aab1706f29aa6f57ef7b0fa5f6a1e9 (diff)
downloadcheatdb-2fbc44bd54a3f0ed67cbb6236e38afbb407a2135.tar.xz
Make user list public
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index e672890..2f483dc 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -133,7 +133,8 @@
<a href="https://github.com/minetest/contentdb">GitHub</a> |
<a href="{{ url_for('flatpage', path='help') }}">Help</a> |
<a href="{{ url_for('flatpage', path='policy_and_guidance') }}">Policy and Guidance</a> |
- <a href="{{ url_for('flatpage', path='help/reporting') }}">Report / DMCA</a>
+ <a href="{{ url_for('flatpage', path='help/reporting') }}">Report / DMCA</a> |
+ <a href="{{ url_for('user_list_page') }}">User List</a>
</footer>
<script src="/static/jquery.min.js"></script>