-
Notifications
You must be signed in to change notification settings - Fork 9
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
Refactor templates and includes #1528
Comments
One thing we can do: Now that the app officially doesn't have anymore text next to call to action buttons, we can delete this whole section from https://github.com/cal-itp/benefits/blob/dev/benefits/core/templates/core/base.html#L87 |
This was fixed in #1976 |
This feels too generic of an issue and not something that is causing a direct problem right now. We can come back with more specific refactor issues if needed. |
This should follow the completion of #1442.
The results of #1442 and related efforts are to create many more template includes, template variables, and generally move more display to the templates (the goal!)
We opted to take an incremental approach and not worry about being super DRY, mostly focusing on getting the translation strings into templates and not as much template or include structure and what we were repeating.
This task is to go back to the templates and look for opportunities to cleanup:
base.html
and othercore
template structure{% include %}
templates structureThe text was updated successfully, but these errors were encountered: