dgets / lasttime

Keep track of date/dosage of medication administration history
4 stars 0 forks source link

Add substance [error] page not displaying header/nav #105

Closed dgets closed 5 years ago

dgets commented 5 years ago

I'm guessing this is just a case of the global method being called to add the header & navigation info to the page view's context. Shouldn't take much to get this fixed.

dgets commented 5 years ago

It appears that this was only handled on a per-views.py basis, and is not implemented from a globally accessible static method yet. This'll be easy to fix in line with such.

dgets commented 5 years ago

Commit 65ae9f7 is the implementation of globally accessible add_header_info().