From 82457caf533aef3b84684c3544e5671d7515c44b Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Sat, 1 Aug 2015 00:11:15 +0900 Subject: [PATCH] Encode URI of category search. --- templates/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/project.html b/templates/project.html index 9a6baef..03b8aae 100644 --- a/templates/project.html +++ b/templates/project.html @@ -36,7 +36,7 @@
Categories
{% for category in categories %} - {{ category }}{% if not forloop.last %}, {% endif %} + {{ category }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}