From 393b30cf5cf4e7c44360621fd3d65a1921b5819d Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 9 Jan 2024 14:52:43 +0000 Subject: [PATCH] Remove collapsible flag from column to fix mobile display --- snikket_web/templates/admin_edit_circle.html | 2 +- snikket_web/translations/messages.pot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snikket_web/templates/admin_edit_circle.html b/snikket_web/templates/admin_edit_circle.html index 65b19af..2eccf13 100644 --- a/snikket_web/templates/admin_edit_circle.html +++ b/snikket_web/templates/admin_edit_circle.html @@ -47,7 +47,7 @@ {%- for chat in circle_chats -%} - {% call value_or_hint(chat.name) %}{% endcall %} + {% call value_or_hint(chat.name) %}{% endcall %} {%- call custom_form_button("delete", form.action_remove_group_chat.name, chat.id_, class="primary danger", slim=True) -%} {% trans name=chat.name %}Delete group chat '{{ name }}'{% endtrans %} diff --git a/snikket_web/translations/messages.pot b/snikket_web/translations/messages.pot index 9c34933..8015577 100644 --- a/snikket_web/translations/messages.pot +++ b/snikket_web/translations/messages.pot @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-12-15 15:03+0000\n" +"POT-Creation-Date: 2024-01-08 22:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.14.0\n" +"Generated-By: Babel 2.12.1\n" #: snikket_web/admin.py:69 snikket_web/templates/admin_delete_user.html:10 #: snikket_web/templates/admin_edit_circle.html:73