From 4b33467baf861ce0e1e43b46d64d51db35577040 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Wed, 3 Jul 2013 10:44:10 +0200 Subject: [PATCH] portal: updated forms and views --- portal/forms.py | 22 +++++++++++++++++++++- portal/views.py | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/portal/forms.py b/portal/forms.py index 9d700017..c9cab827 100644 --- a/portal/forms.py +++ b/portal/forms.py @@ -1,4 +1,24 @@ -#-*- coding: utf-8 -*- +# -*- coding: utf-8 -*- +# +# portal/forms.py: forms for the portal application +# This file is part of the Manifold project. +# +# Authors: +# Jordan Augé +# Copyright 2013, UPMC Sorbonne Universités / LIP6 +# +# This program is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation; either version 3, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License along with +# this program; see the file COPYING. If not, write to the Free Software +# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. from django import forms from portal.models import PendingUser diff --git a/portal/views.py b/portal/views.py index 74f8eec6..7dd551fb 100644 --- a/portal/views.py +++ b/portal/views.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# portal/urls.py: URL mappings for the portal application +# portal/views.py: views for the portal application # This file is part of the Manifold project. # # Authors: -- 2.43.0