Minor branding tweak

This commit is contained in:
2022-03-03 19:10:05 +00:00
parent dedb8d81fe
commit bf268a4566
2 changed files with 20 additions and 3 deletions

View File

@@ -277,10 +277,8 @@
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-8">
<div class="checkbox">
<label data-toggle="tooltip" title="Mark this event as a dry-hire, so it needs to be checked in at the end">
{% render_field form.dry_hire %}{{ form.dry_hire.label }}
</label>
{{ form.dry_hire.label }} {% render_field form.dry_hire %}
</div>
</div>
</div>