forked from expo/troggle
Editing no longer changes files more than nesecary. Removed TinyMCE editing. /Sumbit/Submit
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{% autoescape off %}
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ form.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ form.html }}
|
||||
</body>
|
||||
</html>
|
||||
{% endautoescape %}
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<form action="" method="post">{% csrf_token %}
|
||||
{{ form }}
|
||||
<p><input type="submit" value="Sumbit" /></p>
|
||||
<p><input type="submit" value="Submit" /></p>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<form action="" method="post">{% csrf_token %}
|
||||
<table>{{ form }}{{caveAndEntranceFormSet}}</table>
|
||||
{{ versionControlForm }}
|
||||
<p><input type="submit" value="Sumbit" /></p>
|
||||
<p><input type="submit" value="Submit" /></p>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<form action="" method="post">{% csrf_token %}
|
||||
<table>{{ form }}</table>
|
||||
{{ versionControlForm }}
|
||||
<p><input type="submit" value="Sumbit" /></p>
|
||||
<p><input type="submit" value="Submit" /></p>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
<label for="id_date">Content:</label>
|
||||
{{ fileForm.html }}
|
||||
</div>
|
||||
<p><input type="submit" value="Sumbit Trip Report" /></p>
|
||||
<p><input type="submit" value="Submit Trip Report" /></p>
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user