Opened 11 years ago
Closed 11 years ago
#20909 closed Uncategorized (invalid)
multiple app views in one template
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | 1.5 |
Severity: | Normal | Keywords: | app, view, template |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi, I have built an authentication app that I want to integrate into my home page. I want to have the user register their details on the home page and have it validate and sanitise the input. But the home page also has other aspects to it such as a blog and a video. These should not form part of the view that registers the user. I want to keep the view for the home page separate and have it pull in the views for authentication. This seems to be half achievable if I user render to string but this breaks as soon as a user inputs invalid data. Surely this is a common problem and there is a solution out there somewhere, can anyone help me?
Please see https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels