mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 05:42: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"
|
||||
|
||||
urlpatterns = [
|
||||
path('', DisplayView.as_view()),
|
||||
path('', DisplayView.as_view(), name='index'),
|
||||
path('content/<int:pk>/', DisplayContentView.as_view()),
|
||||
]
|
||||
|
@ -91,6 +91,11 @@
|
||||
</li>
|
||||
{% 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">
|
||||
<a class="nav-link" href="{% url "participation:chat" %}">
|
||||
<i class="fas fa-comments"></i> {% trans "Chat" %}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user