From 8275484d84bd4a04bac65ad660d6c4053f2b1fc8 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Mon, 6 Feb 2012 10:10:20 +0100 Subject: [PATCH] some errors occured with the new beamer app in agenda --- openslides/agenda/templates/agenda/edit.html | 20 +------------------- openslides/agenda/views.py | 15 ++++----------- openslides/beamer/api.py | 2 ++ 3 files changed, 7 insertions(+), 30 deletions(-) diff --git a/openslides/agenda/templates/agenda/edit.html b/openslides/agenda/templates/agenda/edit.html index 3de773e3a..849a61f82 100644 --- a/openslides/agenda/templates/agenda/edit.html +++ b/openslides/agenda/templates/agenda/edit.html @@ -2,25 +2,7 @@ {% block title %}{{ block.super }} - {%trans "Item" %}{% endblock %} {% block content %} - {% 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 %} - +

{%trans "Edit item" %}

{% csrf_token %} {{ form.as_p }}