pinax / pinax-points

a points, positions and levels app for Django
MIT License
63 stars 19 forks source link

move templates to pinax-templates #15

Open grahamu opened 6 years ago

grahamu commented 6 years ago

Move change_list.html and one_off_list.html templates into into pinax-templates, with similar semantic markup as other templates in that app.

jaydenwindle commented 6 years ago

It seems like these templates are extending from admin templates. I don't see a similar usage of admin templates in any of the other pinax projects. Were other projects previously dependent on admin templates and then changed? Do you have any preferences as to how they are included?

grahamu commented 6 years ago

@jaydenwindle seems reasonable to create an admin dir under pinax in pinax-templates, and extend from there just like is seen in pinax-points.