Fixes labels on import page
This commit is contained in:
parent
cdc7af89cf
commit
a40a1bdcb4
2 changed files with 8 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue