mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Remove Anonymous from cfr selection in follow link gen
This commit is contained in:
parent
793de849ef
commit
d6789a0388
@ -192,7 +192,7 @@
|
|||||||
<div class="input-field">
|
<div class="input-field">
|
||||||
<i class="material-icons prefix">badge</i>
|
<i class="material-icons prefix">badge</i>
|
||||||
<select id="share-link-modal-corpus-follower-role-select">
|
<select id="share-link-modal-corpus-follower-role-select">
|
||||||
{% for cfr in cfrs %}
|
{% for cfr in cfrs if cfr.name != 'Anonymous' %}
|
||||||
<option value="{{ cfr.name }}">{{ cfr.name }}</option>
|
<option value="{{ cfr.name }}">{{ cfr.name }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user