ubernostrum / django-registration

An extensible user-registration app for Django.
BSD 3-Clause "New" or "Revised" License
923 stars 241 forks source link

Example Templates? #183

Closed aaronn closed 5 years ago

aaronn commented 5 years ago

I noticed this in the FAQ:

Providing default templates with an application is ranges from hard to impossible, because different sites can have such wildly different design and template structure. Any attempt to provide templates which would work with all the possibilities would probably end up working with none of them.

I think it'd be helpful to have a barebones template example, even if nobody is going to use it in production as-is.

ubernostrum commented 5 years ago

I'm still not planning to include default templates. If they're included, large numbers of people will try to use them, and then will come complain to me when those templates don't work with their site.

jonathan-s commented 5 years ago

One more vote for example templates. I would suggest that you base them on how admin looks. Right now there is no registration functionality for admin.

everythingability commented 4 years ago

FFS... The templates can do the basics with an {%extends base.htm%} and a content block.... from there people can do whatever they like