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

Update templates to use url_for() #416

Merged
merged 5 commits into from
Jul 17, 2024
Merged

Update templates to use url_for() #416

merged 5 commits into from
Jul 17, 2024

Conversation

micahflee
Copy link
Collaborator

This is required for #407.

There are several links to routes that were hard-coded instead of using url_for(), which makes all of those links broken when there's a URL prefix. This fixes them all.

Also, it formats all of the HTML using the default Visual Studio Code HTML formatter.

@micahflee micahflee marked this pull request as ready for review July 17, 2024 19:11
@micahflee micahflee merged commit fdad178 into main Jul 17, 2024
5 checks passed
@micahflee micahflee deleted the 407-fix-templates branch July 17, 2024 19:18
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.

2 participants