Improved audience handling and outbox ALC
This commit is contained in:
parent
4bf54c7040
commit
6d756fb8c4
6 changed files with 41 additions and 15 deletions
|
@ -12,8 +12,8 @@
|
|||
{{ utils.embed_redirect_url() }}
|
||||
<p>
|
||||
<select name="visibility">
|
||||
{% for (k, v) in visibility_enum %}
|
||||
<option value="{{ k }}">{{ v }}</option>
|
||||
{% for (k, v) in visibility_choices %}
|
||||
<option value="{{ k }}" {% if in_reply_to_object and in_reply_to_object.visibility.name == k %}selected{% endif %}>{{ v }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue