Commit Graph

7 Commits

Author SHA1 Message Date
Christian Krakau-Louis f1322c88b4 Merge pull request #2 from christianlouis/dependabot/pip/app/python-multipart-0.0.18
Bump python-multipart from 0.0.5 to 0.0.18 in /app
2025-04-14 03:25:16 +02:00
Christian Krakau-Louis d72f40f4a8 Merge pull request #1 from christianlouis/dependabot/pip/app/jinja2-3.1.6
Bump jinja2 from 3.1.2 to 3.1.6 in /app
2025-04-14 03:25:03 +02:00
Christian Krakau-Louis 31fbc549c6 Merge branch 'main' into dependabot/pip/app/python-multipart-0.0.18 2025-04-14 03:24:49 +02:00
dependabot[bot] 9de45b98c4 Bump pydantic from 1.10.2 to 1.10.13 in /app
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 1.10.13.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.13)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 1.10.13
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 01:20:47 +00:00
dependabot[bot] be16576e71 Bump python-multipart from 0.0.5 to 0.0.18 in /app
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.5 to 0.0.18.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kludex/python-multipart/compare/0.0.5...0.0.18)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.18
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 01:20:40 +00:00
dependabot[bot] 071ff92cad Bump jinja2 from 3.1.2 to 3.1.6 in /app
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-version: 3.1.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 01:20:38 +00:00
Christian Krakau-Louis d595b468e9 Add Impressum and QR code management templates
- Created a new Impressum page with legal information and contact details.
- Developed admin link page for linking QR codes to events with form functionality.
- Implemented QR code dashboard for managing QR code sets, including creation and quick actions.
- Added detailed view for QR code sets, allowing addition of QR codes and management actions.
- Introduced static file serving for favicon and related images.
- Established views for static content pages (about, contact, privacy, terms).
- Implemented translation management scripts for compiling and updating translations.
2025-04-14 03:19:41 +02:00