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

Support: create a form to render it nicely in ext-theme #11193

Merged
merged 6 commits into from Mar 6, 2024

Conversation

humitos
Copy link
Member

@humitos humitos commented Mar 6, 2024

Use a Django form and crispy filter to render the form on the support page. Also moves the logic from the template to the form itself.

Demo

Screenshot_2024-03-06_12-17-20

Closes readthedocs/ext-theme#296

Use a Django form and crispy filter to render the form on the support page.
Also moves the logic from the template to the form itself.
@humitos humitos requested review from a team as code owners March 6, 2024 11:14
@humitos humitos requested review from agjohnson and stsewd March 6, 2024 11:14
humitos added a commit to readthedocs/ext-theme that referenced this pull request Mar 6, 2024
It seems that crispy forms semanticui uses a file that doesn't define.
I'm following the pattern we have here to "override" this file in our own
repository.

This is required for readthedocs/readthedocs.org#11193
Copy link
Contributor

@agjohnson agjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks you for taking this on 🙏

I wanted a form here as well. I'm glad you jumped in because I was just going to hand edit the HTML form instead 😞

readthedocs/templates/support/index.html Outdated Show resolved Hide resolved
humitos added a commit to readthedocs/ext-theme that referenced this pull request Mar 6, 2024
We want to keep track of this file in the new ext-theme.
See readthedocs/readthedocs.org#11193 (comment)
We moved the template over there.
humitos added a commit to readthedocs/ext-theme that referenced this pull request Mar 6, 2024
It seems that crispy forms semanticui uses a file that doesn't define.
I'm following the pattern we have here to "override" this file in our own
repository.

This is required for readthedocs/readthedocs.org#11193
readthedocs/templates/support/index.html Outdated Show resolved Hide resolved
@humitos humitos enabled auto-merge (squash) March 6, 2024 18:18
humitos added a commit to readthedocs/ext-theme that referenced this pull request Mar 6, 2024
We want to keep track of this file in the new ext-theme.
See readthedocs/readthedocs.org#11193 (comment)
@humitos humitos merged commit e7631a3 into main Mar 6, 2024
3 of 4 checks passed
@humitos humitos deleted the humitos/support-form branch March 6, 2024 18:36
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

Successfully merging this pull request may close these issues.

Pages: add missing support view
2 participants