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

Unify form rendering #427

Open
chris34 opened this issue Dec 19, 2020 · 0 comments
Open

Unify form rendering #427

chris34 opened this issue Dec 19, 2020 · 0 comments

Comments

@chris34
Copy link
Member

chris34 commented Dec 19, 2020

The theme uses at the moment sometimes the django abilities to automagically render forms or fields. Other times the forms are completely build by hand.

An more elegant way via macros is used in theme-default (see https://github.com/inyokaproject/theme-default/blob/staging/inyoka_theme_default/templates/macros.html#L119-L235). IMO it is beneficial, but some work, to use these macros also in this theme. In the meantime django allows easier adaption of form fields, so the macros can be further simplified.

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

No branches or pull requests

1 participant