Fixed hosting template footer for unauthenticated case (direct payment + order confirmation)
This commit is contained in:
parent
d8786c9a3c
commit
f847302acd
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