Fix release blockers and deployment build
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-21 21:22:29 +02:00
parent b8091e59bd
commit a4eced8be5
64 changed files with 1011 additions and 675 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ from django.urls import path
from .views import (
ApplicationListView,
ApplicationUpdateView,
JobDetailView,
JobListView,
application_delete,
application_export,
application_print,
JobDetailView,
JobListView,
job_feedback,
)