diff --git a/openslides/agenda/static/templates/agenda/item-detail.html b/openslides/agenda/static/templates/agenda/item-detail.html index 8e1cb7b7d..1ca45ef01 100644 --- a/openslides/agenda/static/templates/agenda/item-detail.html +++ b/openslides/agenda/static/templates/agenda/item-detail.html @@ -126,9 +126,9 @@
- + {{ alert.msg }} - +
diff --git a/openslides/agenda/static/templates/agenda/item-list.html b/openslides/agenda/static/templates/agenda/item-list.html index 2fc6d461f..ace7c5f45 100644 --- a/openslides/agenda/static/templates/agenda/item-list.html +++ b/openslides/agenda/static/templates/agenda/item-list.html @@ -162,9 +162,9 @@

{{ item.getTitle() }} – QuickEdit

- - {{alert.msg}} - + + {{ alert.msg }} +
diff --git a/openslides/assignments/static/templates/assignments/assignment-detail.html b/openslides/assignments/static/templates/assignments/assignment-detail.html index 2a4c4ae95..3007efaf1 100644 --- a/openslides/assignments/static/templates/assignments/assignment-detail.html +++ b/openslides/assignments/static/templates/assignments/assignment-detail.html @@ -91,9 +91,9 @@
- + {{ alert.msg }} - +
diff --git a/openslides/assignments/static/templates/assignments/assignment-form.html b/openslides/assignments/static/templates/assignments/assignment-form.html index 8ce13ec89..60fd97b94 100644 --- a/openslides/assignments/static/templates/assignments/assignment-form.html +++ b/openslides/assignments/static/templates/assignments/assignment-form.html @@ -1,9 +1,9 @@

Edit election

New election

- + {{ alert.msg }} - + diff --git a/openslides/assignments/static/templates/assignments/assignment-list.html b/openslides/assignments/static/templates/assignments/assignment-list.html index 2cc82e44b..2247c4b03 100644 --- a/openslides/assignments/static/templates/assignments/assignment-list.html +++ b/openslides/assignments/static/templates/assignments/assignment-list.html @@ -135,9 +135,9 @@

{{ assignment.title }} – Quick Edit

- - {{alert.msg}} - + + {{ alert.msg }} +
diff --git a/openslides/assignments/static/templates/assignments/assignmentpoll-form.html b/openslides/assignments/static/templates/assignments/assignmentpoll-form.html index 36c7a61f9..90fc67bff 100644 --- a/openslides/assignments/static/templates/assignments/assignmentpoll-form.html +++ b/openslides/assignments/static/templates/assignments/assignmentpoll-form.html @@ -1,8 +1,8 @@

Ballot {{ ballot }}

- + {{ alert.msg }} - +

Special values: diff --git a/openslides/core/static/templates/core/customslide-form.html b/openslides/core/static/templates/core/customslide-form.html index e462e0f19..48257ac1a 100644 --- a/openslides/core/static/templates/core/customslide-form.html +++ b/openslides/core/static/templates/core/customslide-form.html @@ -1,9 +1,9 @@

Edit agenda item

New agenda item

- + {{ alert.msg }} - + diff --git a/openslides/motions/static/templates/motions/motion-form.html b/openslides/motions/static/templates/motions/motion-form.html index 8548abaa5..fda4f6e89 100644 --- a/openslides/motions/static/templates/motions/motion-form.html +++ b/openslides/motions/static/templates/motions/motion-form.html @@ -1,9 +1,9 @@

Edit motion

New motion

- + {{ alert.msg }} - + diff --git a/openslides/motions/static/templates/motions/motion-list.html b/openslides/motions/static/templates/motions/motion-list.html index 434aaa1c5..3e6a6fb27 100644 --- a/openslides/motions/static/templates/motions/motion-list.html +++ b/openslides/motions/static/templates/motions/motion-list.html @@ -161,9 +161,9 @@

{{ motion.getTitle() }} QuickEdit

- - {{alert.msg}} - + + {{ alert.msg }} +
diff --git a/openslides/motions/static/templates/motions/motionpoll-form.html b/openslides/motions/static/templates/motions/motionpoll-form.html index 097a5fd4a..203c51671 100644 --- a/openslides/motions/static/templates/motions/motionpoll-form.html +++ b/openslides/motions/static/templates/motions/motionpoll-form.html @@ -1,8 +1,8 @@

Vote {{ voteNumber }}

- + {{ alert.msg }} - +

Special values: diff --git a/openslides/users/static/templates/users/user-form.html b/openslides/users/static/templates/users/user-form.html index 22116dfb6..00d4b3012 100644 --- a/openslides/users/static/templates/users/user-form.html +++ b/openslides/users/static/templates/users/user-form.html @@ -1,9 +1,9 @@

Edit participant

New participant

- + {{ alert.msg }} - +