kumify/frontend
Kumi f3d6154259
refactor: Refactors HTML templates for consistency
Updates Django templates to unify block definition format
Removes unnecessary whitespace and aligns code for better readability
Standardizes form method attribute casing for uniformity

These changes enhance maintainability and readability across templates.
2024-12-23 21:30:08 +01:00
..
static/frontend feat: Enhances asset management for dashboard sections 2024-11-20 07:41:50 +01:00
templates refactor: Refactors HTML templates for consistency 2024-12-23 21:30:08 +01:00
templatetags fix: Updates section header level on dashboard 2024-11-28 17:29:46 +01:00
__init__.py Initial commit 2020-12-27 18:49:54 +01:00
admin.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
apps.py Initial commit 2020-12-27 18:49:54 +01:00
classes.py feat: Enhances asset management for dashboard sections 2024-11-20 07:41:50 +01:00
models.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
tests.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
urls.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
views.py feat: Enhances asset management for dashboard sections 2024-11-20 07:41:50 +01:00