mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-18 17:56:35 +00:00
Merge branch 'develop' into kostia/feture/bread_crumbs_navigation
This commit is contained in:
commit
744674f06f
@ -41,7 +41,7 @@
|
||||
<select id="role" name="role" class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-600 focus:border-blue-600 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500">
|
||||
<option selected> Select a role </option>
|
||||
{% for role in roles if role.value %}
|
||||
<option value="{{ role.value }}">{{ role.name.title() }}</option>
|
||||
<option {% if role == 1 %} selected {% endif %} value="{{ role.value }}">{{ role.name.title() }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user