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

Templates use two differents folders #34

Closed arthur-wsw closed 6 years ago

arthur-wsw commented 8 years ago

Currently when you use this app, you need to add two templates folders, one in templates/teams and one in templates/pinax_teams.

I think templates for one app should be referenced in only one folder. If i look in others pinax apps, i think it should be in templates/pinax/teams.

grahamu commented 6 years ago

Thanks for bringing this to our attention @arthur-wsw. As you suggested the templates are now expected to be found in "pinax/teams/" in your project in the template path.

See https://github.com/pinax/pinax-teams/pull/58.