diff options
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> |
