diff options
| -rw-r--r-- | chimere/templates/chimere/feeds/rss.html | 4 | 
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> | 
