.
This commit is contained in:
@@ -791,6 +791,7 @@ input {
|
||||
}
|
||||
|
||||
.select2-container--default.select2-container--focus .select2-selection--multiple,
|
||||
.select2-container--default.select2-container--default .select2-selection--multiple,
|
||||
.select2-selection .select2-selection__rendered .select2-selection__choice {
|
||||
background-color: #5897fb;
|
||||
}
|
||||
|
||||
@@ -59,7 +59,11 @@
|
||||
<div class="hide" id="hidden-form">
|
||||
<form method="post" id="series_finding_form">
|
||||
{% csrf_token %}
|
||||
{{ series_finding_form.as_table }}
|
||||
<ul>
|
||||
{% for form in series_finding_form %}
|
||||
<li>{{ form }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user