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 @@ ...@@ -65,6 +65,8 @@
{{ _("Manage Badges") }} {{ _("Manage Badges") }}
{% if num_of_pending_badges %}<span class="hub-header__badge badge">{{ num_of_pending_badges }}</span>{% endif %} {% if num_of_pending_badges %}<span class="hub-header__badge badge">{{ num_of_pending_badges }}</span>{% endif %}
</a> </a>
</li>
{% if report_info %} {% if report_info %}
<li> <li>
<a href="{{ build_report_url(request, report_info=report_info) }}" <a href="{{ build_report_url(request, report_info=report_info) }}"
...@@ -109,12 +111,13 @@ ...@@ -109,12 +111,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