diff --git a/openslides/agenda/templates/agenda/edit.html b/openslides/agenda/templates/agenda/edit.html index 849a61f82..3de773e3a 100644 --- a/openslides/agenda/templates/agenda/edit.html +++ b/openslides/agenda/templates/agenda/edit.html @@ -2,7 +2,25 @@ {% block title %}{{ block.super }} - {%trans "Item" %}{% endblock %} {% block content %} -

{%trans "Edit item" %}

+ {% if item %} +

{%trans "Edit item" %}

+ {% else %} +

{%trans "New item" %}

+ +

{%trans "Choose item type:" %}

+

+ {%trans "Item of Text" %} | + {%trans "Item of Application" %} | + {%trans "Item of Election" %} +

+ {% endif %} +
{% csrf_token %} {{ form.as_p }}