From 8f709f3a7a9ee65f3703f3a4f783e7e1097b06e2 Mon Sep 17 00:00:00 2001 From: neo-schobert <77445900+neo-schobert@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:57:38 +0200 Subject: [PATCH] Update Author --- templates/registration/register.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/registration/register.html.twig b/templates/registration/register.html.twig index 674cedbe..0d7ff8e2 100644 --- a/templates/registration/register.html.twig +++ b/templates/registration/register.html.twig @@ -1,3 +1,4 @@ +{# Edited By Néo Schobert & Yanis Bentoumi #} {% extends 'base.html.twig' %} {% block title %}Inscription{% endblock %} @@ -23,4 +24,4 @@ <button type="submit" class="btn btn-primary">S'inscrire</button> {{ form_end(registrationForm) }} </div> -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab