feat: add leerkracht-view route and update templates for director mode
All checks were successful
Build & Push / Build & Push image (push) Successful in 39s
All checks were successful
Build & Push / Build & Push image (push) Successful in 39s
This commit is contained in:
@@ -299,7 +299,13 @@
|
||||
📥 Vorige beoordelingen importeren
|
||||
</button>
|
||||
<input type="file" id="importJsonFile" accept=".json" style="display:none">
|
||||
{% if director_mode %}
|
||||
<a href="/dashboard" class="btn btn-secondary" style="font-weight:600;">
|
||||
← Terug naar directeurdashboard
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="/auth/logout" class="btn btn-secondary">Uitloggen</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user