-
## http://illucent.info/contact/
ImproperlyConfigured at /contact/
Form not registered in FEEDBACK_FORMS
though settings.py has
FEEDBACK_FORMS = {
'default': 'feedback.forms.FeedbackForm',
…
ghost updated
12 years ago
-
**Related component**: `api`, registration form
## Description
Currently we have the `/api/registration` endpoint that accepts fields from the frontend and validates them. This validation happens …
-
This error shows up randomly upon accessing any Group's detail view. In addition to the Traceback, I'm running the application on docker (Docker version 20.10.17, build 100c701) using an `ubuntu:jammy…
-
I have an FPUrlField within a Django admin inline model which works fine at first. However, when clicking on "add another" below the currently visible inlines, the newly appearing "Pick File" button d…
-
_From [m%fulc...@gtempaccount.com](https://code.google.com/u/108205578064979464996/) on December 09, 2010 19:52:27_
In order to be able to edit empty formsets, I need to pass "extra=1" (which is …
-
As a **developer**, I can **ensure the steps to log in and out are simple**, so that **users can create accounts and create bookings with ease**.
### Acceptance Criteria
- Short sign up form that …
-
I am using AutoCompleteSelectWidget and it's working fine. Problem is when I have id = 0 (legacy data base), widget doesn't populate this field and matching field is empty string. Autosugest is workin…
-
### Problem
> Describe the issue you are experiencing.
### Expected behavior
> Describe what you expected to see.
### Example diff
**From:** `localflavor/id_/forms.py`
```diff
def _va…
-
Mentors can only submit a project once their community has signed up to participate. However, mentors need to gather a list of information in order to submit their project. It would be good if the cur…
-
For whatever reason, raising a django `forms.ValidationError` in `clean()` for any form in `details/forms.py` does nothing, when it should give you an error on the frontend?
Also, a lot of the vali…