mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 02:37:13 +00:00
Make 'bearings' a read-only field on entrances
This commit is contained in:
@@ -40,7 +40,10 @@ at troggle/core/forms.py ass this uses a Django magic form creation thinggy. -->
|
||||
{% else %}
|
||||
<table><tr><th>Entrance Letter</th><td>{{ entletter }}</td></table>
|
||||
{% endif %}
|
||||
<table>{{ entform }}</table>
|
||||
<table>{{ entform }}
|
||||
<tr><th><label for="id_bearings">Bearings (obsolete):</label></th><td>
|
||||
{{ent.bearings|safe}}</td></tr>
|
||||
</table>
|
||||
<p><input type="submit" value="Submit" /></p>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user