diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index bc60065..126f56f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -103,9 +103,9 @@ {% endblock %} <footer> - Copyright © 2018 to <a href="https://rubenwardy.com/">rubenwardy</a> | + ContentDB © 2018 to <a href="https://rubenwardy.com/">rubenwardy</a> | + <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="https://github.com/minetest/contentdb">GitHub</a> + <a href="{{ url_for('flatpage', path='help/reporting') }}">Report / DMCA</a> </footer> </html> |
