aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-06-02 17:17:32 +0100
committerrubenwardy <rw@rubenwardy.com>2018-06-02 17:17:32 +0100
commit8984adaa728c6c1c9bafb8c1ba5ea227bb17aa5b (patch)
treeeb8aaae7f3596921de70d0ad9a2c21737dc9b76e /app/templates/base.html
parentc52362469615ed92a9f64f1f0b7a017b523937bb (diff)
downloadcheatdb-8984adaa728c6c1c9bafb8c1ba5ea227bb17aa5b.tar.xz
Update policy document
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html6
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 &copy; 2018 to <a href="https://rubenwardy.com/">rubenwardy</a> |
+ ContentDB &copy; 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>