Editing no longer changes files more than nesecary. Removed TinyMCE editing. /Sumbit/Submit

This commit is contained in:
expo
2012-08-06 12:19:48 +02:00
parent 0f5627505f
commit 1ef274ec1d
8 changed files with 45 additions and 37 deletions

View File

@@ -51,11 +51,16 @@
{% if ent.entrance.bearings %}
<dt>Bearings</dt><dd>{{ ent.entrance.bearings|safe }}</dd>
{% endif %}
{{ ent.entrance.tag_station|safe }}
{{ ent.entrance.exact_station|safe }}
{{ ent.entrance.other_station|safe }}
{{ ent.entrance.other_description|safe }}
{% if ent.entrance.exact_station %}
<dt>Exact Station</dt><dd>{{ ent.entrance.exact_station|safe }}</dd>
{% endif %}
{% if ent.entrance.other_station %}
<dt>Other Station</dt><dd>{{ ent.entrance.other_station|safe }}
{% if ent.entrance.other_description %}
- {{ ent.entrance.other_description|safe }}
{% endif %}
</dd>
{% endif %}
</dl>
</li>
{% endfor %}