- 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>
8 lines
128 B
Twig
8 lines
128 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block title %}Redirection externe - E-Ticket{% endblock %}
|
|
|
|
{% block body %}
|
|
|
|
{% endblock %}
|