Consistent style for edit book confirm mode

This commit is contained in:
Mouse Reeve 2022-03-17 07:34:59 -07:00
parent 5255abb2af
commit 997a671cfb

View file

@ -103,7 +103,7 @@
<input type="radio" name="parent_work" value="{{ match.parent_work.id }}"> {{ match.parent_work.title }} <input type="radio" name="parent_work" value="{{ match.parent_work.id }}"> {{ match.parent_work.title }}
</label> </label>
{% endfor %} {% endfor %}
<label> <label class="label mt-2">
<input type="radio" name="parent_work" value="0" required> {% trans "This is a new work" %} <input type="radio" name="parent_work" value="0" required> {% trans "This is a new work" %}
</label> </label>
</fieldset> </fieldset>