WIP: Implement application process
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user