|
|
|
@ -94,16 +94,22 @@
|
|
|
|
|
</p>
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
{{ADDITIONAL_HTML | safe}}
|
|
|
|
|
|
|
|
|
|
{% block livechat_thing %}
|
|
|
|
|
<div class="livechat-thing">
|
|
|
|
|
<a href="/chat">
|
|
|
|
|
<span class="icon"></span>
|
|
|
|
|
{% blocktrans %}Any question? <b>Chat with us</b>{% endblocktrans %}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
{% if not request.user.is_staff %}
|
|
|
|
|
{% if SUPPORT_HTML %}
|
|
|
|
|
{{SUPPORT_HTML | safe}}
|
|
|
|
|
{% else %}
|
|
|
|
|
<div class="livechat-thing">
|
|
|
|
|
<a href="/chat">
|
|
|
|
|
<span class="icon"></span>
|
|
|
|
|
{% blocktrans %}Any question? <b>Chat with us</b>{% endblocktrans %}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{{ADDITIONAL_HTML | safe}}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|