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 @@ {% for trigger in triggers_list %} - {{ trigger.name }} + {{ trigger.name }} {% endfor %} - + @@ -74,13 +74,13 @@ {% for action in actions_list %} - {{ action.name }} + {{ action.name }} {% endfor %} - + @@ -100,14 +100,14 @@ - Лист событий + Список сценариев {% if user_scripts_list %} {% for user_script in user_scripts_list%} - {{ user_script.name }} + {{ user_script.scenario_name }} {% endfor %}
{{ user_script.name }}
{{ user_script.scenario_name }}