Notification
Time of sending: {{ note.daily_timestamp }} for timezone: {{ note.timezone }}
Period: {{ note.start_date }} – {% if note.end_date %}{{ note.end_date }}{% else %}ongoing{% endif %}
-From b2e55ce599d5c81beb2a9f8962e68658eaa5ecc5 Mon Sep 17 00:00:00 2001 From: Cybernetic-Ransomware <71835339+Cybernetic-Ransomware@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:09:03 +0200 Subject: [PATCH 1/2] refactor(ui): add responsive table wrappers --- .../templates/animals/tabs/_vaccinations.html | 2 +- .../templates/medical_notes/biometric_batch.html | 2 ++ .../templates/medical_notes/notification_list.html | 2 ++ static/css/custom_pico.css | 12 ++++++++++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/ahc/apps/animals/templates/animals/tabs/_vaccinations.html b/src/ahc/apps/animals/templates/animals/tabs/_vaccinations.html index 6318c4d..cca96e6 100644 --- a/src/ahc/apps/animals/templates/animals/tabs/_vaccinations.html +++ b/src/ahc/apps/animals/templates/animals/tabs/_vaccinations.html @@ -5,7 +5,7 @@
No animals available. Add an animal first, or ask an owner to share one with you.
{% endif %} diff --git a/src/ahc/apps/medical_notes/templates/medical_notes/notification_list.html b/src/ahc/apps/medical_notes/templates/medical_notes/notification_list.html index 139320d..df008fc 100644 --- a/src/ahc/apps/medical_notes/templates/medical_notes/notification_list.html +++ b/src/ahc/apps/medical_notes/templates/medical_notes/notification_list.html @@ -29,6 +29,7 @@Time of sending: {{ note.daily_timestamp }} for timezone: {{ note.timezone }}
Period: {{ note.start_date }} – {% if note.end_date %}{{ note.end_date }}{% else %}ongoing{% endif %}
+Time of sending: {{ note.daily_timestamp }} for timezone: {{ note.timezone }}
Period: {{ note.start_date }} – {% if note.end_date %}{{ note.end_date }}{% else %}ongoing{% endif %}
-