]> git.parisson.com Git - teleforma.git/commitdiff
remove one of the two 'answer' button on postman
authorYoan Le Clanche <yoan@ellington.pilotsystems.net>
Thu, 25 Apr 2019 16:05:52 +0000 (18:05 +0200)
committerYoan Le Clanche <yoan@ellington.pilotsystems.net>
Thu, 25 Apr 2019 16:05:52 +0000 (18:05 +0200)
teleforma/templates/postman/view.html

index 65e834069580311e621063d27ae8a72fdb7bc361..3ce9f077a06b9db555533acd1c48f4f2053aae93 100644 (file)
@@ -47,8 +47,6 @@
 <a href="#" class="component_icon button icon_save" onclick="f=document.getElementById('_messageForm'); f.action='{% url postman_archive %}'; f.submit(); return false;">{% trans "Archive" %}</a>
 {% endif %}
 {% endblock %}
-
-{% if reply_to_pk %}<a class="component_icon button icon_next" href="{% url postman_reply reply_to_pk %}?next={{ next_url|urlencode }}">{% trans "Reply" %}</a>{% endif %}
 </form>
 {% if reply_to_pk %}<hr />
 <h2>{% trans 'Reply' %}</h2>