Skip to content

Commit

Permalink
Merge remote-tracking branch 'default-theme/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrocha committed Nov 18, 2024
2 parents bc8d0c0 + 83b4a8f commit 9f80c94
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,594 deletions.
36 changes: 0 additions & 36 deletions templates/modals/copy_so_declaration.html

This file was deleted.

37 changes: 0 additions & 37 deletions templates/modals/create_so_declaration.html

This file was deleted.

27 changes: 0 additions & 27 deletions templates/modals/delete_so_declaration.html

This file was deleted.

40 changes: 0 additions & 40 deletions templates/modals/import_so_declaration.html

This file was deleted.

37 changes: 0 additions & 37 deletions templates/modals/review_comment_so_declaration.html

This file was deleted.

59 changes: 0 additions & 59 deletions templates/modals/so_access_log.html

This file was deleted.

3 changes: 0 additions & 3 deletions templates/operator/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@
<li class="nav-item">
<a class="nav-link" href="{% url 'incidents' %}">{% translate "Incident Notification" %}</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{% url 'securityobjectives' %}">{% translate "Security Objectives" %}</a>
</li>

101 changes: 0 additions & 101 deletions templates/operator/so_dashboard.html

This file was deleted.

11 changes: 0 additions & 11 deletions templates/regulator/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,4 @@
<li><a class="dropdown-item" href="{% url 'regulator_incidents' %}">{% translate "My incidents" %}</a></li>
</ul>
</li>
{% if "securityobjectives" in user_module_permissions %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
{% translate "Security Objectives" %}
</a>
<ul class="dropdown-menu " aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="{% url 'securityobjectives' %}">{% translate "Dashboard" %}</a></li>
<li><a class="btn dropdown-item import_so_declaration" data-bs-toggle="modal" data-bs-target="#import_so_declaration">{% translate "Import" %}</a></li>
</ul>
</li>
{% endif %}

Loading

0 comments on commit 9f80c94

Please sign in to comment.