Skip to content

Commit

Permalink
Update work_form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
c-e-p committed Jul 15, 2024
1 parent 40937c1 commit 8e52018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ourchive_app/frontend/templates/work_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h4 id="obj-attrs-form-header">{% translate 'Work Details' %}</h4>
<input type="hidden" id="work_chapter_id" name="chapter_id" value="{{ work_chapter.id }}">
{% include 'chapter_form_body.html' with chapter=work_chapter suppress_info_fields=True %}
</div>
<div id="work-form-multi-chapter-content-parent" class="uk-child-width-1@m uk-child-width-1@s uk-text-left work-chapter-content" {% if not work.id %} hidden {% endif %} {% if work.chapter_count < 2 and chapters|length < 2 %} hidden {% endif %} {% if work.id and multichapter == 'false' %} hidden {% endif %}>
<div id="work-form-multi-chapter-content-parent" class="uk-child-width-1@m uk-child-width-1@s uk-text-left work-chapter-content" {% if not work.id %} hidden {% endif %} {% if work.chapter_count < 2 and chapters|length < 2 and multichapter == 'false' %} hidden {% endif %} {% if work.id and multichapter == 'false' %} hidden {% endif %}>
<script>
var util = UIkit.util;

Expand Down

0 comments on commit 8e52018

Please sign in to comment.