Fixed hosting template footer for unauthenticated case (direct payment + order confirmation)

This commit is contained in:
PCoder 2017-07-01 11:22:12 +05:30
parent d8786c9a3c
commit f847302acd

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>