diff options
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> |