WIP: Implement application process

This commit is contained in:
Björn Fromme
2023-10-09 14:42:37 +02:00
parent 8e3499581a
commit abced8c924
26 changed files with 802 additions and 138 deletions
+7 -1
View File
@@ -75,7 +75,7 @@
{% endfor %}
</ul>
<div class="grid grid-cols-2 gap-4">
<div class="grid grid-cols-2 gap-8">
<div>
<h2 class="text-lg font-bold pb-2">
Mögliche Jobprofile
@@ -85,6 +85,12 @@
<li>
{{ profile.name }}
</li>
{% else %}
<li>
<div class="text-sm">
{{ teamer.firstName }} hat bisher keine Job-Profile ausgewählt.
</div>
</li>
{% endfor %}
</ul>
</div>