# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1278512583 18000 # Node ID bc0137b6c26461a30a4c093d5c178c2f508b0cf2 # Parent 290dd9208cc48ecb6c89b4d718b523be04e62862 Shuffle URLs around, make them more consistent diff --git a/apps/free_license/views.py b/apps/free_license/views.py --- a/apps/free_license/views.py +++ b/apps/free_license/views.py @@ -1,1 +1,4 @@ # Create your views here. + +def list(request): + pass diff --git a/apps/profile/urls.py b/apps/profile/urls.py new file mode 100644 --- /dev/null +++ b/apps/profile/urls.py @@ -0,0 +1,6 @@ +from django.conf.urls.defaults import * + +urlpatterns = patterns('agora.apps.profile.views', + (r'^editprofile/(?P\w*)/$', 'editprofile'), + (r'^(?P\w*)/$', 'showprofile'), +) diff --git a/templates/profile/edit-user.djhtml b/templates/profile/edit-user.djhtml --- a/templates/profile/edit-user.djhtml +++ b/templates/profile/edit-user.djhtml @@ -33,7 +33,7 @@

By default, all of your submissions will be under the following license, and will be displayed next to your submissions. - + Here is a thorough explanation of the available licenses.

diff --git a/templates/profile/user.djhtml b/templates/profile/user.djhtml --- a/templates/profile/user.djhtml +++ b/templates/profile/user.djhtml @@ -54,7 +54,11 @@ {% endif %} @@ -64,6 +68,7 @@