Files
snikket-web-portal/snikket_web/templates/_footer.html
Jonas Schäfer 961f285fa5 Add trademark info to the footer
Fixes #45.
2021-02-03 18:55:22 +01:00

10 lines
302 B
HTML

<footer>
<ul>
{#- -#}
<li>{% trans about_url=url_for('main.about') %}A <a href="{{ about_url }}">Snikket</a> service{% endtrans %}</li>
{#- -#}
<li>{% trans %}“Snikket” and the parrot logo are trademarks of Snikket Community Interest Company.{% endtrans %}</li>
{#- -#}
</ul>
</footer>