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>
This commit is contained in:
7
templates/unsubscribe/confirmed.html.twig
Normal file
7
templates/unsubscribe/confirmed.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Desinscription confirmee - E-Ticket{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
{% endblock %}
|
||||
7
templates/unsubscribe/index.html.twig
Normal file
7
templates/unsubscribe/index.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Desinscription - E-Ticket{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user