Merge branch 'master' of ssh://git.onelab.eu/git/myslice
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 16:13:27 +0000 (18:13 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 26 Sep 2013 16:13:27 +0000 (18:13 +0200)
1  2 
portal/forms.py

diff --cc portal/forms.py
@@@ -62,7 -62,7 +62,8 @@@ class SliceRequestForm(forms.Form)
  #    email = forms.EmailField()
  #    cc_myself = forms.BooleanField(required=False)
  
--    slice_name = forms.CharField(widget=forms.TextInput(attrs={'class':'form-control'}))
++    slice_name = forms.CharField(widget=forms.TextInput(attrs={'class':'form-control'}),
++                                 help_text="This shows up as a hint")
      authority_hrn = forms.ChoiceField(choices=[(1, 'un')],widget=forms.Select(attrs={'class':'form-control'}))
      number_of_nodes  = forms.DecimalField(widget=forms.TextInput(attrs={'class':'form-control'}))
      type_of_nodes = forms.CharField(widget=forms.TextInput(attrs={'class':'form-control'}))