CCI-MOC / ui

Apache License 2.0
3 stars 5 forks source link

set up basic pages in urls, views, and templates #5

Closed hoodsy closed 9 years ago

hoodsy commented 9 years ago

@lokI8 @shiranian

lokI8 commented 9 years ago

Its looking good! You have a lot of duplicate html code in your templates though. It would be better to have one base template that the rest of them derive, and only outline the information inside the blocks in the specific templates. For example you only need "Doctype" in one file then inherit it... same with {% include header %} and footer.

hoodsy commented 9 years ago

going to work on getting the base.html template setup probably tomorrow with shiran, and added the (final) FinalProposal PDF