Lots of stuff

- Imagestore gallery
- remember me fixed
- youtube filter
- password change option
This commit is contained in:
Martin Bauer
2013-10-03 11:27:06 +02:00
parent 0e26988867
commit 114a2df9cf
179 changed files with 4987 additions and 159 deletions

Binary file not shown.

View File

@@ -6,6 +6,6 @@ import musicians.views
urlpatterns = patterns('',
url(r'^$', musicians.views.addressbook ),
url(r'^profile$', musicians.views.own_profile ),
url(r'^(?P<username>[\w]+)$$', musicians.views.user_edit ),
#url(r'^(?P<username>[\w]+)$$', musicians.views.user_edit ),
)