changed nav order
This commit is contained in:
parent
9610915b19
commit
296ce35769
@ -20,14 +20,14 @@
|
|||||||
<details class="dropdown">
|
<details class="dropdown">
|
||||||
<summary><a>Basisdaten</a></summary>
|
<summary><a>Basisdaten</a></summary>
|
||||||
<ul>
|
<ul>
|
||||||
<li role="listitem"><a href="{{ url_for('verlag.all') }}">Verlage</a></li>
|
|
||||||
<li role="listitem"><a href="{{ url_for('sprache.all') }}">Sprachen</a></li>
|
|
||||||
<li role="listitem"><a href="{{ url_for('textform.all') }}">Textformen</a></li>
|
|
||||||
<li role="listitem"><a href="{{ url_for('werksform.all') }}">Werksformen</a></li>
|
|
||||||
<li role="listitem"><a href="{{ url_for('genre.all') }}">Genres</a></li>
|
<li role="listitem"><a href="{{ url_for('genre.all') }}">Genres</a></li>
|
||||||
|
<li role="listitem"><a href="{{ url_for('herausgeber.all') }}">Herausgeber:innen</a></li>
|
||||||
<li role="listitem"><a href="{{ url_for('pseudonym.all') }}">Pseudonyme</a></li>
|
<li role="listitem"><a href="{{ url_for('pseudonym.all') }}">Pseudonyme</a></li>
|
||||||
<li role="listitem"><a href="{{ url_for('reihe.all') }}">Reihen</a></li>
|
<li role="listitem"><a href="{{ url_for('reihe.all') }}">Reihen</a></li>
|
||||||
<li role="listitem"><a href="{{ url_for('herausgeber.all') }}">Herausgeber:innen</a></li>
|
<li role="listitem"><a href="{{ url_for('sprache.all') }}">Sprachen</a></li>
|
||||||
|
<li role="listitem"><a href="{{ url_for('textform.all') }}">Textformen</a></li>
|
||||||
|
<li role="listitem"><a href="{{ url_for('verlag.all') }}">Verlage</a></li>
|
||||||
|
<li role="listitem"><a href="{{ url_for('werksform.all') }}">Werksformen</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</details>
|
</details>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user