Skip to content

Commit

Permalink
Move current status display out of if transcriptions block
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed Apr 10, 2019
1 parent 4ccfabe commit e088669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion concordia/templates/admin/concordia/asset/change_form.html
Expand Up @@ -31,9 +31,11 @@
{% block content %}
{{ block.super }}

<h4>Current status: {{ original.transcription_status }}</h4>

{% if transcriptions %}
<table>
<caption>Transcription History - Current status: {{ original.transcription_status }}</caption>
<caption>Transcription History</caption>
<thead>
<tr>
<th>ID</th>
Expand Down

0 comments on commit e088669

Please sign in to comment.