pinax / pinax-teams

an app for Django sites that supports open, by invitation, and by application teams
MIT License
48 stars 36 forks source link

Explicitly specify template_name for all URLs using as_view() #53

Closed adamfeldman closed 6 years ago

adamfeldman commented 7 years ago

This makes this urls.py compatible with the project's existing views.py, where all template files are expected to be in 'teams/*'

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 49.928% when pulling 5c239ca641d3e740aad00617950c7a4441c44163 on adamfeldman:patch-1 into 255e114e4b411cec4992761982e155786265fc08 on pinax:master.

grahamu commented 6 years ago

Thanks @adamfeldman, this is completed by PR #59. Note the standard Pinax template location uses "pinax//", and this project has been updated to follow that standard.