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 %}