From 9cf376d314f0dabd620a5cde6f28202252951b6d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 May 2012 18:15:29 +0200 Subject: Fix bad url for marker and route edition --- chimere/templates/chimere/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimere/templates/chimere/detail.html b/chimere/templates/chimere/detail.html index a5ede4d..82d9e81 100644 --- a/chimere/templates/chimere/detail.html +++ b/chimere/templates/chimere/detail.html @@ -33,7 +33,7 @@
  • {% trans "Share"%}
  • {% for share_network in share_networks %}
  • {{share_network.0}}
  • {% endfor %}{% endif %} - + {% trans "Submit a modification" %} {% endif %} -- cgit v1.2.3