diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-06-10 00:11:57 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-06-10 00:11:57 +0100 |
| commit | 2fbc44bd54a3f0ed67cbb6236e38afbb407a2135 (patch) | |
| tree | 5d4aa307212ee5bfe406b83a17de6a7ec16037ab /app/templates/base.html | |
| parent | 950512c2a7aab1706f29aa6f57ef7b0fa5f6a1e9 (diff) | |
| download | cheatdb-2fbc44bd54a3f0ed67cbb6236e38afbb407a2135.tar.xz | |
Make user list public
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 3 |
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> |
