From e366e99c94c0aee429a1fc52f2c9b0b4bee1ef98 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 4 Aug 2012 20:42:14 +0200 Subject: Templates: disable edit link in details (not really ready by default) --- chimere/templates/chimere/detail.html | 2 ++ 1 file changed, 2 insertions(+) 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 @@
  • {% trans "Share"%}
  • {% for share_network in share_networks %}
  • {{share_network.0}}
  • {% endfor %}{% endif %} + {% comment %} {% trans "Submit a modification" %} + {% endcomment %} {% endif %} {% if marker.multimedia_items %} -- cgit v1.2.3