roundabout,
created on Monday, 29 April 2024, 07:07:40 (1714374460),
received on Wednesday, 31 July 2024, 06:54:47 (1722408887)
Author identity: vlad <vlad.muntoiu@gmail.com>
2cea3a8b31a42423335843ce83f2afc4d804f757
templates/repository/repo-settings.html
@@ -15,16 +15,16 @@
<x-hbox>
<label>{% trans %}Visibility:{% endtrans %}</label>
<label>
{% trans %}Public{% endtrans %}
<input type="radio" name="visibility" value="2" {% if repo_data.visibility == 2 %}checked{% endif %}>
{% trans %}Public{% endtrans %}
</label>
<label>
{% trans %}Unlisted{% endtrans %}
<input type="radio" name="visibility" value="1" {% if repo_data.visibility == 1 %}checked{% endif %}>
{% trans %}Unlisted{% endtrans %}
</label>
<label>
{% trans %}Private{% endtrans %}
<input type="radio" name="visibility" value="0" {% if repo_data.visibility == 0 %}checked{% endif %}>
{% trans %}Private{% endtrans %}
</label>
</x-hbox>
<x-vbox class="nopad">