]> git.parisson.com Git - teleforma.git/commitdiff
add space
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:10:22 +0000 (23:10 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:10:22 +0000 (23:10 +0100)
teleforma/templates/teleforma/answer_detail.html

index 912e39938de1c8285324f60b23a732799c070066..c8037611d27757a4d8f89c9da732a71ef28a6599 100644 (file)
@@ -56,6 +56,10 @@ $('#reject').unbind('click').click(function() {
 {% if user.is_staff %}
 <a id="validate" href="#" class="component_icon button icon_ok">{% trans " validate" %}</a>
 <a id="reject" href="#" class="component_icon button icon_delete">{% trans " reject" %}</a>
+
+<br />
+<br />
+
 {% endif %}
 
 {% endblock answers %}