This commit is contained in:
Joshua Laymon
2025-08-12 22:07:25 -05:00
parent 2fb9e7c39c
commit 3458501272
24 changed files with 268 additions and 26444 deletions
+11 -33
View File
@@ -3,49 +3,27 @@
{% block content %}
<div class="toolbar">
<div class="small">Editing: Record {{ position }} of {{ count }}</div>
<div>
<a class="btn" href="/entry/{{ entry.id }}/">Cancel</a>
</div>
<div><a class="btn" href="/entry/{{ entry.id }}/">Cancel</a></div>
</div>
<form method="post">{% csrf_token %}
<div class="panel">
<h2 style="margin-top:0;">Edit Entry</h2>
<div class="row">
<div>
<label>Talk Title</label>
{{ form.talk_title }}
</div>
<div>
<label>Talk Number</label>
{{ form.talk_number }}
</div>
<div><label>Talk Title</label>{{ form.talk_title }}</div>
<div><label>Talk Number</label>{{ form.talk_number }}</div>
</div>
<div class="row">
<div>
<label>Source</label>
{{ form.source }}
</div>
<div>
<label>Code</label>
{{ form.entry_code }}
</div>
<div><label>Source</label>{{ form.source }}</div>
<div><label>Code</label>{{ form.entry_code }}</div>
</div>
<label>Subject</label>
{{ form.subject }}
<label>Illustration</label>
{{ form.illustration }}
<label>Application</label>
{{ form.application }}
<label>Subject</label>{{ form.subject }}
<label>Illustration</label>{{ form.illustration }}
<label>Application</label>{{ form.application }}
<div class="row">
<div><label>Scripture</label>{{ form.scripture_raw }}</div>
<div>
<label>Scripture</label>
{{ form.scripture_raw }}
</div>
<div>
<label>Date Added</label>
{{ form.date_added }}
<label>Date Edited</label>
{{ form.date_edited }}
<label>Date Added</label>{{ form.date_added }}
<label>Date Edited</label>{{ form.date_edited }}
</div>
</div>
<div style="margin-top:16px; display:flex; gap:10px; justify-content:flex-end;">