mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-26 05:02:23 +00:00
Add link to the drawing interface
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
18bd2c7c18
commit
5b1374bf1b
@ -9,6 +9,6 @@ from .views import DisplayContentView, DisplayView
|
|||||||
app_name = "draw"
|
app_name = "draw"
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', DisplayView.as_view()),
|
path('', DisplayView.as_view(), name='index'),
|
||||||
path('content/<int:pk>/', DisplayContentView.as_view()),
|
path('content/<int:pk>/', DisplayContentView.as_view()),
|
||||||
]
|
]
|
||||||
|
@ -91,6 +91,11 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<li class="nav-item active">
|
||||||
|
<a class="nav-link" href="{% url 'draw:index' %}">
|
||||||
|
<i class="fas fa-archive"></i> {% trans "Draw" %}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li class="nav-item active">
|
<li class="nav-item active">
|
||||||
<a class="nav-link" href="{% url "participation:chat" %}">
|
<a class="nav-link" href="{% url "participation:chat" %}">
|
||||||
<i class="fas fa-comments"></i> {% trans "Chat" %}</a>
|
<i class="fas fa-comments"></i> {% trans "Chat" %}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user