From cf11e554a15ce7ca69097a4dd634dd05adf40d49 Mon Sep 17 00:00:00 2001 From: Yoann Pietri Date: Mon, 16 Nov 2020 19:11:22 +0100 Subject: [PATCH] Link in navbar for multi_op app --- multi_op/templates/multi_op/navbar.html | 15 ++++++++++++++- multi_op/templates/multi_op/sidebar.html | 13 ------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/multi_op/templates/multi_op/navbar.html b/multi_op/templates/multi_op/navbar.html index ac3cfe5f..78fd451b 100644 --- a/multi_op/templates/multi_op/navbar.html +++ b/multi_op/templates/multi_op/navbar.html @@ -1,2 +1,15 @@ {% load i18n %} -
  • {% trans "Manage the operators" %}
  • +
  • + {% trans "Multi op" %} » + +
  • \ No newline at end of file diff --git a/multi_op/templates/multi_op/sidebar.html b/multi_op/templates/multi_op/sidebar.html index 86771de1..7de04192 100644 --- a/multi_op/templates/multi_op/sidebar.html +++ b/multi_op/templates/multi_op/sidebar.html @@ -26,18 +26,5 @@ with this program; if not, write to the Free Software Foundation, Inc., {% load i18n %} {% block sidebar %} - - - {% trans "Room connections state" %} - - - - {% trans "Sockets to connect" %} - - - - {% trans "Sockets to disconnect" %} - - {% endblock %}