Remove generic copyright statement; users can override the attribution.html template if they wish to include a copyright statement.

This commit is contained in:
Garret Wassermann 2018-12-21 23:39:09 -05:00
parent 0c61f65060
commit 10c7e078f2

View File

@ -1,9 +1,9 @@
{% load i18n %}
<!-- Sticky Footer -->
<footer class="sticky-footer">
<div class="container my-auto">
<footer class="sticky-footer">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © Your Website 2018. Powered by {% trans "<a href='https://github.com/django-helpdesk/django-helpdesk'>django-helpdesk</a>." %}</span>
<span>Powered by {% trans "<a href='https://github.com/django-helpdesk/django-helpdesk'>django-helpdesk</a>." %}</span>
</div>
</div>
</footer>
</div>
</footer>