summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/editentrance.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/editentrance.html b/templates/editentrance.html
index 957351f..d9957a0 100644
--- a/templates/editentrance.html
+++ b/templates/editentrance.html
@@ -35,16 +35,19 @@ at troggle/core/forms.py ass this uses a Django magic form creation thinggy. -->
<li>Read the <a href="/handbook/survey/coord2.html#summary">brief explanation</a> of location data in the handbook.
</ul>
+{% if ent.bearings %}
+<br />
+<label for="id_bearings">Bearings (obsolete):</label>
+{{ent.bearings|safe}}
+{% endif %}
+
{% if entlettereditable %}
<table>{{ entletterform }}</table>
{% else %}
<table><tr><th>Entrance Letter</th><td>{{ entletter }}</td></table>
{% endif %}
<table>{{ entform }}
-{% if ent.bearings %}
-<tr><th><label for="id_bearings">Bearings (obsolete):</label></th><td>
-{{ent.bearings|safe}}</td></tr>
-{% endif %}
+
</table>
<p><input style="font-weight: bold; font-size: 200%; font-variant-caps: small-caps; margin-left: 40%;" type="submit" value="Submit" /></p>
</form>