Fixes labels on import page

This commit is contained in:
Mouse Reeve
2020-11-09 12:40:22 -08:00
parent cdc7af89cf
commit a40a1bdcb4
2 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,9 @@
{% load fr_display %}
<div class="select">
{% with 0|uuid as uuid %}
{% if not no_label %}
<label class="is-sr-only" for="privacy-{{ uuid }}">Post privacy</label>
{% endif %}
<select name="privacy" id="privacy-{{ uuid }}">
<option value="public" selected>Public</option>
<option value="unlisted">Unlisted</option>