You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Currently the company submission for at /companies/submit/ is disabled in its urls.py. This form does not seem to work as intended and the test cases are broken.
It seems that currently the form can be used even without being logged in. Possibly this is a result from switching to Django 4 and some changes under the hood compared to Django 1. Maybe this can be solved with LoginRequiredMixin.
To fix this address all source code comments marked with TODO#40.
The text was updated successfully, but these errors were encountered:
Currently the company submission for at
/companies/submit/
is disabled in itsurls.py
. This form does not seem to work as intended and the test cases are broken.It seems that currently the form can be used even without being logged in. Possibly this is a result from switching to Django 4 and some changes under the hood compared to Django 1. Maybe this can be solved with LoginRequiredMixin.
To fix this address all source code comments marked with
TODO#40
.The text was updated successfully, but these errors were encountered: