X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fforms.py;h=c9cab82738ef594edf6f32dd17f3ba4115aff78f;hb=4b33467baf861ce0e1e43b46d64d51db35577040;hp=9d7000178e4fbaa5c89ff6b0a269a13e80bdfadb;hpb=ccfbca0b86db1fcc23aa65402f4b56d87d016f6e;p=myslice.git 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