]> git.parisson.com Git - telemeta.git/commitdiff
fix country links
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 24 Nov 2014 23:08:23 +0000 (00:08 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 24 Nov 2014 23:08:23 +0000 (00:08 +0100)
telemeta/templates/telemeta/country_info.html

index 8b4ea5f6791605663653d758a885028507c03ca5..bde7b8436fc3403062fb5e79b56cfc23255ca4cc 100644 (file)
@@ -3,11 +3,11 @@
 
 <h2>{{ country }}</h2>
 <p>
-<a href="{% url "telemeta-geo-country-items" continent.flatname,country.flatname %}">
+<a href="{% url "telemeta-geo-country-items" continent.flatname country.flatname %}">
 {{ country.items|resources_num }}
 </a>
 {% trans "in" %}
-<a href="{% url "telemeta-geo-country-collections" continent.flatname,country.flatname %}">
+<a href="{% url "telemeta-geo-country-collections" continent.flatname country.flatname %}">
 {{ country.collections|resources_num }}
 </a>
 </p>