PonyConf/conversations/templates/conversations/inbox.html

11 lines
371 B
HTML
Raw Normal View History

2016-06-14 21:58:04 +00:00
{% 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 %}