Skip to content
Snippets Groups Projects
Commit e436527b authored by Andreas Hubel's avatar Andreas Hubel
Browse files

chore(plainui): list self-organized-project in plus button

parent 86758e34
Branches
Tags
No related merge requests found
...@@ -109,12 +109,13 @@ ...@@ -109,12 +109,13 @@
Assembly Assembly
</a> </a>
</li> </li>
<!--li> <li>
<a class="dropdown-item" href="#" disabled> <a class="dropdown-item{% if conf.has_ended %}disabled{% endif %}"
href="{{ hub_absolute('backoffice:so-create-project') }}">
<i class="bi bi-hammer"></i> <i class="bi bi-hammer"></i>
Projekt Self-organised-project
</a> </a>
</li --> </li>
<li> <li>
<a class="dropdown-item {% if conf.has_ended %}disabled{% endif %}" <a class="dropdown-item {% if conf.has_ended %}disabled{% endif %}"
href="{{ hub_absolute('backoffice:sos-create') }}"> href="{{ hub_absolute('backoffice:sos-create') }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment