diff --git a/froide_govplan/templates/cms/mypage.html b/froide_govplan/templates/cms/mypage.html index 55600ee..818682e 100644 --- a/froide_govplan/templates/cms/mypage.html +++ b/froide_govplan/templates/cms/mypage.html @@ -25,9 +25,7 @@ - - - + diff --git a/froide_govplan/templates/froide_govplan/base.html b/froide_govplan/templates/froide_govplan/base.html index eb70575..b330472 100644 --- a/froide_govplan/templates/froide_govplan/base.html +++ b/froide_govplan/templates/froide_govplan/base.html @@ -68,23 +68,9 @@ - - - - - - - Bootstrap - - - -
- VerwaltungsTracker diff --git a/froide_govplan/templates/froide_govplan/plugins/updates.html b/froide_govplan/templates/froide_govplan/plugins/updates.html index e170afb..622f3d0 100644 --- a/froide_govplan/templates/froide_govplan/plugins/updates.html +++ b/froide_govplan/templates/froide_govplan/plugins/updates.html @@ -1,67 +1,165 @@ {% load markup %} -{% for update in updates %} -{% if wrapper_classes %}
{% endif %} -
- -
-
- {% if show_context %} - - {{ update.plan.get_section }} - - {% endif %} - - {% if show_context %} -

{{ update.plan }}

- {% else %} -

{{ update.title }}

- {% endif %} -
-
- +
+

Aktuelles

+

+ Hier finden Sie aktuelle Artikel und Links zu Blogs zu den Fortschritten der Stadtverwaltung Karlsruhe. +

+
- {% if update.user or update.organization %} - - von {{ update.user.get_full_name }}{% if update.user and update.organization %},{% endif %} - {{ update.organization.name }} - - {% endif %} +
{% endif %} -{% endfor %} + + +
\ No newline at end of file