Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use form for memberlist #888

Open
chris34 opened this issue Aug 31, 2017 · 1 comment
Open

Use form for memberlist #888

chris34 opened this issue Aug 31, 2017 · 1 comment

Comments

@chris34
Copy link
Member

chris34 commented Aug 31, 2017

Currently, the memberlist uses no form for validating the search-input, instead it acesses POST directly

name = request.POST.get('user')

Using a form could be easier for validation & rendering in the template.

@chris34 chris34 added this to the Backlog milestone Aug 31, 2017
@MarkusH
Copy link
Member

MarkusH commented Jan 21, 2018

Two options: either POST with a proper form or a simple GET. I think I lean towards the latter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants