first draft of a registration form + email
authorJordan Augé <jordan.auge@lip6.fr>
Wed, 3 Jul 2013 13:29:58 +0000 (15:29 +0200)
committerJordan Augé <jordan.auge@lip6.fr>
Wed, 3 Jul 2013 13:29:58 +0000 (15:29 +0200)
commit7a3fcd0eed5066b3189d79729e95e98167988481
tree0c1dfaf109d19f9108e4f064a6ef333ff24a7a29
parentb8a2aa21a0a84e867191f5d798bf68b4353bd7b5
first draft of a registration form + email
12 files changed:
myslice/settings.py
myslice/urls.py
portal/forms.py
portal/models.py
portal/signals.py [new file with mode: 0644]
portal/templates/slice_request.html [new file with mode: 0644]
portal/templates/user_register.html
portal/templates/user_register_email.txt [new file with mode: 0644]
portal/templates/user_register_email_subject.txt [new file with mode: 0644]
portal/urls.py
portal/util.py [new file with mode: 0644]
portal/views.py