diff options
-rw-r--r-- | chimere/templates/chimere/detail.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/templates/chimere/detail.html b/chimere/templates/chimere/detail.html index b091fb3..bea1caf 100644 --- a/chimere/templates/chimere/detail.html +++ b/chimere/templates/chimere/detail.html @@ -33,9 +33,11 @@ <li>{% trans "Share"%}</li>{% for share_network in share_networks %} <li><a href='{{share_network.1}}'><img src="{{share_network.2}}" alt="{{share_network.0}}"/></a></li> {% endfor %}</ul>{% endif %} + {% 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> + {% endcomment %} {% endif %} </div> {% if marker.multimedia_items %} |