From bcf73321919d21980695417c38d522ab52626c27 Mon Sep 17 00:00:00 2001 From: burzuf Date: Wed, 18 Mar 2020 22:44:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BE=D1=80=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BB=20=D1=81=D0=B1=D0=BE?= =?UTF-8?q?=D1=80=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BF=D0=BE=20?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BE=D0=BC=D1=83=20=D1=81=D1=86=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=D1=80=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/workshop.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/workshop.html b/templates/workshop.html index eea7b4b..e6d1978 100644 --- a/templates/workshop.html +++ b/templates/workshop.html @@ -43,7 +43,7 @@
- Условия + Создать новый
@@ -59,13 +59,13 @@
@@ -100,14 +100,14 @@
- Лист событий + Список сценариев
    {% if user_scripts_list %} {% for user_script in user_scripts_list%}
  • -

    {{ user_script.name }}

    +

    {{ user_script.scenario_name }}

  • {% endfor %}