summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chimere/templates/chimere/feeds/rss.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/templates/chimere/feeds/rss.html b/chimere/templates/chimere/feeds/rss.html
index d36e6bf..43697ae 100644
--- a/chimere/templates/chimere/feeds/rss.html
+++ b/chimere/templates/chimere/feeds/rss.html
@@ -19,7 +19,7 @@
<div class="fieldWrapper">
<label for="rss_category">{% trans "Type of RSS feed" %}</label>
<select name='rss_category' id='rss_category' onchange='document.forms["rss_form"].submit();'>
- <option value=""> ---- </option>
+ <option value=""> -- </option>
<option value="global">{% trans "All new points of interest" %}</option>
<option value="poi">{% trans "New points of interest by category" %}</option>
<option value="area">{% trans "New points of interest by area" %}</option>
@@ -32,6 +32,7 @@
<div class="fieldWrapper">
<label for="id_subcategory">{% trans "Choose a category" %}</label>
<select name='subcategory' id='subcategory' onchange='document.forms["rss_form"].submit();'>
+ <option value=""> -- </option>
{% for cat_subcat in sub_categories %}
<option value ="cat_{{cat_subcat.0.id}}"> ---- {{cat_subcat.0.name}} ----
{% for sub_category in cat_subcat.1 %}