From 214921bdea8a3342ef37329307d875daa8ea11f7 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 11 Dec 2012 20:07:24 +0100 Subject: [PATCH] Typo in map_list.html --- youmap/templates/chickpea/map_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youmap/templates/chickpea/map_list.html b/youmap/templates/chickpea/map_list.html index a1d6aeca..ff9f31de 100644 --- a/youmap/templates/chickpea/map_list.html +++ b/youmap/templates/chickpea/map_list.html @@ -5,7 +5,7 @@ {% for map_inst in maps %}
{% map_fragment map_inst %} -
{{ map_inst.name }} — «{{ map_inst.description }}» Cured by {{ map_inst.owner }}See this map!
+
{{ map_inst.name }} — «{{ map_inst.description }}» Cured by {{ map_inst.owner }}See this map!
{% endfor %}