PonyConf/conversations/templates/conversations/inbox.html

11 lines
371 B
HTML

{% extends 'conversations/conversation.html' %}
{% block inboxtab %} class="active"{% endblock %}
{% block admintab %}{% endblock %}
{% block heading %}
<p>You can use this page to communicate with the staff.</p>
{% endblock %}
{% block panelstyleblock %}{% if message.author == message.conversation.participation.user %}info{% else %}success{% endif %}{% endblock %}