incuna / django-user-management

User management model mixins and api views.
BSD 2-Clause "Simplified" License
57 stars 24 forks source link

Add non-Angular-friendly email templates to the `ui` folder #153

Open adam-thomas opened 8 years ago

adam-thomas commented 8 years ago

The email templates have a #/ in the /register/verify URL, which is a bit awkward. We could use having alternate templates in the ui folder that don't have the #/ in.

meshy commented 8 years ago

what's more, they should probably be the default

adam-thomas commented 8 years ago

possibly! I think it just depends on which one you put in INSTALLED_APPS.