diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-04-23 01:30:17 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-04-23 01:30:17 +0100 |
| commit | f4010d498f7831b2dc851d0e74adf477a0a02b64 (patch) | |
| tree | 3dac1b4986d501daf032a02575daf8f7ae6c1b2b /app/templates/base.html | |
| parent | f04d4ff3cd93e499ff3e76ccbcfe5e0851c303a7 (diff) | |
| download | cheatdb-f4010d498f7831b2dc851d0e74adf477a0a02b64.tar.xz | |
Update policy and guidance
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 facdd63..5a4d31c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -126,9 +126,10 @@ {% endblock %} <footer class="container footer-copyright my-5 page-footer font-small text-center"> - ContentDB © 2018 to <a href="https://rubenwardy.com/">rubenwardy</a> | + ContentDB © 2018-9 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="{{ url_for('flatpage', path='help/reporting') }}">Report / DMCA</a> </footer> |
