Fixes label for privacy field

This commit is contained in:
Mouse Reeve
2021-11-11 12:53:48 -08:00
parent a95e031140
commit d807774c2d
2 changed files with 5 additions and 4 deletions

View File

@ -46,10 +46,10 @@
</label>
</div>
<div class="field">
<label>
<span class="label">{% trans "Privacy setting for imported reviews:" %}</span>
{% include 'snippets/privacy_select.html' with no_label=True %}
<label class="label" for="privacy_import">
{% trans "Privacy setting for imported reviews:" %}
</label>
{% include 'snippets/privacy_select.html' with no_label=True privacy_uuid="import" %}
</div>
</div>
</div>