Added trans tag to All rights reserved

This commit is contained in:
PCoder 2017-07-31 01:04:45 +05:30
parent 9fffc4dfc4
commit ec5ed6874b

View file

@ -114,7 +114,7 @@
{% if request.user.is_authenticated %}
<footer class="footer-vm">
<div class="container">
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH {% now "Y" %}. All Rights Reserved</p>
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH {% now "Y" %}. {% trans "All Rights Reserved" %}</p>
</div>
</footer>
{% else %}