changes to the beschriftungs presets
This commit is contained in:
@@ -274,7 +274,7 @@
|
|||||||
{% if not show_library_features %}
|
{% if not show_library_features %}
|
||||||
<!-- ================= SYSTEM FILTERS 1-3 (INVENTORY / OTHER ITEMS ONLY) ================= -->
|
<!-- ================= SYSTEM FILTERS 1-3 (INVENTORY / OTHER ITEMS ONLY) ================= -->
|
||||||
<div class="filter-inputs">
|
<div class="filter-inputs">
|
||||||
<h3>{{ filter_names.get('2', 'Fach') }}</h3>
|
<h3>{{ filter_names.get('1', 'Fach') }}</h3>
|
||||||
<div class="multi-filter">
|
<div class="multi-filter">
|
||||||
{% for idx in range(4) %}
|
{% for idx in range(4) %}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@@ -286,7 +286,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{ filter_names.get('1', 'Jahrgangsstufe') }}</h3>
|
<h3>{{ filter_names.get('2', 'Jahrgangsstufe') }}</h3>
|
||||||
<div class="multi-filter">
|
<div class="multi-filter">
|
||||||
{% for idx in range(4) %}
|
{% for idx in range(4) %}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user