diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-26 10:42:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-26 10:43:21 +0200 |
commit | ee90ba3cc38e39975f4ae18f0eea304d5dee8036 (patch) | |
tree | 9417b8f0339502e97a140229ec594c695738e2d0 /templates/chimere/detail.html | |
parent | b5b1543693501e13a97b881c8f6770722f6b2676 (diff) | |
download | Chimère - projet Saclay-ee90ba3cc38e39975f4ae18f0eea304d5dee8036.tar.bz2 Chimère - projet Saclay-ee90ba3cc38e39975f4ae18f0eea304d5dee8036.zip |
Adaptation chimere 3 - django v2.2saclay-v4.0
Diffstat (limited to 'templates/chimere/detail.html')
-rw-r--r-- | templates/chimere/detail.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index a564922..4ba50ea 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -32,6 +32,8 @@ </div> </div> <div id='detail_footer'> + {% comment %} + <div id='detail-action-bar'> {%if routing_enabled%}<a class='detail_from' href='#'>{% trans "From" context "routing" %}</a> | <a class='detail_step' href='#'>{% trans "Add step" context "routing" %}</a> @@ -39,13 +41,10 @@ {% endif %} </div> <ul class='share'> - {% comment %} <li><a href="{{modif_by_email}}">{% trans "Propose a modification" %}</a></li> <li class='sep'>–</li> - {% endcomment %} </ul> {% share_bar marker.name '' '' %} - {% comment %} <a href='{% if marker.route %}{% url "chimere:editroute-item" area_name_slash|default_if_none:"" marker.route.pk "" %}{%else%}{% url 'chimere:edit-item' area_name_slash|default_if_none:"" marker.pk "" %}{%endif%}'> {% trans "Submit a modification" %} </a> |