</div>
</div>
<div class="module_action">
-<a href="{% url postman_write %}" class="component_icon button" id="action_red">{% trans "New message" %}</a>
+<a href="{% url postman_write %}" class="component_icon button" id="action_orange">{% trans "New message" %}</a>
</div>
</div>
<td></td>
<td></td>
{% endif %}
- <td><a href="{% url postman_write user.username %}" class="component_icon button" id="action_red">{% trans "Message" %}</a></td>
+ <td><a href="{% url postman_write user.username %}" class="component_icon button" id="action_orange">{% trans "Message" %}</a></td>
</tr>
{% endfor %}
</tbody>
{% if user.is_authenticated %}
<div class="module_action">
- <a href="{% url postman_write usr.username %}" class="component_icon button" id="action_red">{% trans "Send a message" %}</a>
+ <a href="{% url postman_write usr.username %}" class="component_icon button" id="action_orange">{% trans "Send a message" %}</a>
</div>
{% endif %}
</div>