pull/225/head
Aevann 2024-03-03 02:44:22 +02:00
parent 8acbac9689
commit b32d2e02fc
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<div class="input-group">
<select autocomplete="off" id='reddit' class="form-control setting_select" data-nonce="{{g.nonce}}" form="profile-settings" name="reddit">
{% for entry in ['old.reddit.com', 'new.reddit.com', 'reddit.com', 'teddit.net', 'libreddit.hu', 'undelete.pullpush.io'] %}
<option value="{{entry}}"{{' selected' if v.reddit == entry}}>{{entry}}</option>
<option value="{{entry}}" {{'selected' if v.reddit == entry}}>{{entry}}</option>
{% endfor %}
</select>
</div>