Merge pull request #364 from pcoder/master

Fixed hosting template footer for unauthenticated case
This commit is contained in:
Pcoder 2017-07-01 14:44:24 +02:00 committed by GitHub
commit c8d0a2e91f

View file

@ -131,6 +131,8 @@
<p class="copyright text-muted small">Copyright &copy; ungleich GmbH {% now "Y" %}. All Rights Reserved</p>
</div>
</footer>
{% else %}
{% include "datacenterlight/includes/_footer.html" %}
{% endif %}
<!-- jQuery -->
<script src="{% static 'hosting/js/jquery.js' %}"></script>