DistrictDataLabs / logbook

A simple web application for activity tracking and event aggregation.
https://ddl-logbook.herokuapp.com/
Apache License 2.0
4 stars 1 forks source link

profile.html and member_detail.html are identical #31

Open bbengfort opened 8 years ago

bbengfort commented 8 years ago

Right now we have two templates that are identical: profile and member_detail.html --

we should either create a common super class template to extend them from, or we should simply change the profile to be more different from the member profile.