Skip to content
Snippets Groups Projects
Commit b0277dbe authored by HeJ's avatar HeJ
Browse files

Merge branch 'andi/add-sop-to-plus' into 'develop'

fix: add sop creation form to plainui plus

See merge request hub/hub!1134
parents 4a4d38c5 26b04c9d
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@
{{ _("Manage Badges") }}
{% if num_of_pending_badges %}<span class="hub-header__badge badge">{{ num_of_pending_badges }}</span>{% endif %}
</a>
</li>
{% if report_info %}
<li>
<a href="{{ build_report_url(request, report_info=report_info) }}"
......@@ -109,12 +111,13 @@
Assembly
</a>
</li>
<!--li>
<a class="dropdown-item" href="#" disabled>
<li>
<a class="dropdown-item{% if conf.has_ended %}disabled{% endif %}"
href="{{ hub_absolute('backoffice:so-create-project') }}">
<i class="bi bi-hammer"></i>
Projekt
Self-organised-project
</a>
</li -->
</li>
<li>
<a class="dropdown-item {% if conf.has_ended %}disabled{% endif %}"
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