Ajout Formulaire Posts + Species avec authorisation #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/7/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a date is not specified, this line crashes the application.
@@ -16,7 +16,7 @@ use Symfony\Component\Security\Http\Attribute\IsGranted;
class SpeciesController extends AbstractController
@@ -1,30 +1,39 @@
{% extends 'base.html.twig' %}
{% block title %}{{ 'species'|trans }}{% endblock %}
{% block title %}Species index{% endblock %}
This file is not used.