diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-20 01:06:27 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-20 01:06:27 +0100 |
| commit | 3dbeb807a29da66717796bde667528aef423c40f (patch) | |
| tree | 9d42d4094e5c9f087c0c19dc8c37e3300666cf31 /chimere/rss/templates/rss.html | |
| parent | 992d117bd212e487f040227be111709ca7d50c48 (diff) | |
| download | Chimère-3dbeb807a29da66717796bde667528aef423c40f.tar.bz2 Chimère-3dbeb807a29da66717796bde667528aef423c40f.zip | |
Make the feeds work (refs #65)
Diffstat (limited to 'chimere/rss/templates/rss.html')
| -rw-r--r-- | chimere/rss/templates/rss.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/rss/templates/rss.html b/chimere/rss/templates/rss.html index bb656e3..52f118e 100644 --- a/chimere/rss/templates/rss.html +++ b/chimere/rss/templates/rss.html @@ -18,9 +18,9 @@ <label for="rss_category">{% trans "Category of RSS feeds" %} *</label> <select name='rss_category' id='rss_category'> <option value="">---------</option> - <option value="global">All the new POIs</option> + <option value="global">All the new POIs</option> <option value="poi">Category of POI</option> - <option value="area">Area</option> + <option value="area">Area</option> </select> </div> {% endif %} |
