Merge pull request #364 from pcoder/master
Fixed hosting template footer for unauthenticated case
This commit is contained in:
commit
c8d0a2e91f
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@
|
|||
<p class="copyright text-muted small">Copyright © 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>
|
||||
|
|
Loading…
Reference in a new issue