beta-nu-theta-chi / ox-dashboard

A chapter dashabord web app in Django for the Beta Nu Chapter of Theta Chi at Case Western Reserve University
MIT License
0 stars 0 forks source link

Refactor HTML templates #78

Open helper08 opened 3 years ago

helper08 commented 3 years ago

Try and follow the view directory structure to reorganize the html directory structure. Might need a script for this as when the html files are called upon, you need to change the code to add the directory structure.

**Not sure if it's possible, but it might also be possible to use a constants file that you can use to have a single source of truth for where the files are so you only need to do this in one place. Kinda like the URL file.