Add resume and modify entity

This commit is contained in:
barillote 2025-04-08 11:03:46 +02:00 committed by BARILLOT Esteban
parent cd7790521d
commit 7d9631d493

View File

@ -40,6 +40,11 @@
href="{{ path('app_intern_resume',{id: app.user.id}) }}"> Ajouter / Modifier le CV href="{{ path('app_intern_resume',{id: app.user.id}) }}"> Ajouter / Modifier le CV
</a> </a>
<br>
<a class="bg-teal-500 hover:bg-teal-600 text-white py-2 px-4 rounded-full"
href="{{ path('app_intern_resume',{id: app.user.id}) }}"> Ajouter / Modifier le CV
</a>
<h3 class="text-lg font-semibold mt-6">Vos diplômes :</h3> <h3 class="text-lg font-semibold mt-6">Vos diplômes :</h3>
<ul class="list-disc list-inside text-gray-800"> <ul class="list-disc list-inside text-gray-800">
{% if app.user.degrees|length > 0 %} {% if app.user.degrees|length > 0 %}