diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-06-02 17:17:32 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-06-02 17:17:32 +0100 |
| commit | 8984adaa728c6c1c9bafb8c1ba5ea227bb17aa5b (patch) | |
| tree | eb8aaae7f3596921de70d0ad9a2c21737dc9b76e /app/templates/base.html | |
| parent | c52362469615ed92a9f64f1f0b7a017b523937bb (diff) | |
| download | cheatdb-8984adaa728c6c1c9bafb8c1ba5ea227bb17aa5b.tar.xz | |
Update policy document
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> |
