Files
e-ticket/templates/legal/hosting.html.twig
Serreau Jovann 89f74de702 Add missing templates, add PostgreSQL and Redis services to CI
- Create 13 missing Twig templates (account, security, legal, unsubscribe, pages)
- CI: add PostgreSQL and Redis service containers for php and sonarqube jobs
- CI: create database schema before running tests
- Use null mailer in test environment

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:57:38 +01:00

8 lines
120 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Hebergement - E-Ticket{% endblock %}
{% block body %}
{% endblock %}