djangopackages-zz / djangopackages

Django Packages - a place to review Django apps, frameworks, and projects.
http://djangopackages.com
MIT License
53 stars 40 forks source link

Email address is hard-coded in password reset template #90

Open saegey opened 13 years ago

saegey commented 13 years ago

Email address is hard-coded in password reset template

gisle commented 13 years ago

You mean the "mailto:pydanny@djangopackages.com" in templates/account/password_reset_done.html?

saegey commented 13 years ago

Yes, I propose we move a lot of the site specific text blocks on the site that are not a static page to a 3rd party django app that supports "flat blocks" of text which are editable via the admin application