summaryrefslogtreecommitdiff
path: root/chimere
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-24 16:08:26 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-11-24 16:08:26 +0100
commit84d7bbe59da1a5c69cc29506d9f5125a0304fd9a (patch)
tree042f12ed98f24f4f790facb2eab94c2aa28fa542 /chimere
parent8f218517522dc5fb4e00760fff43041808061ea2 (diff)
downloadChimère-84d7bbe59da1a5c69cc29506d9f5125a0304fd9a.tar.bz2
Chimère-84d7bbe59da1a5c69cc29506d9f5125a0304fd9a.zip
Minor UI change on feeds
Diffstat (limited to 'chimere')
-rw-r--r--chimere/templates/chimere/feeds/rss.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/templates/chimere/feeds/rss.html b/chimere/templates/chimere/feeds/rss.html
index 43697ae..53b0a49 100644
--- a/chimere/templates/chimere/feeds/rss.html
+++ b/chimere/templates/chimere/feeds/rss.html
@@ -48,7 +48,7 @@
<h3>{% trans "New points of interest by area" %}</h3>
{% if area_id %}
<div class="fieldWrapper">
- <label for="id_area">{% trans "Choose a pre-defined areas" %}</label>
+ <h4>{% trans "Choose a pre-defined areas" %}</h4>
<select name='id_area' id='id_area' onchange='document.forms["rss_form"].submit();'>
<option value="" selected="selected"> ---- </option>
{% for areaID in area_id %}
@@ -62,7 +62,7 @@
<form method='post' action=''>
{% endif %}
<div class='fieldWrapper'>
-<label>{% trans "Or select the area by zooming and panning this map" %}</label>
+<H4>{% trans "Or select the area by zooming and panning this map" %}</h4>
<div class="map">
{{form.area}}
</div>