ion
ion copied to clipboard
Decrease redundant JS/CSS for eighth templates
trafficstars
What needs to be refactored
The templates at eighth/signup.html, eighth/multi_signup.html, and the new signage/signup.html contain a lot of redundant content. For example, similar scripts/lines of CSS exist in each of those templates that could be stored in a shared template that is included.
Rationale
Too much duplication is bad practice.