~opensynergy/opensynergy/issue_tracker

« back to all changes in this revision

Viewing changes to open_synergy/plugins/issue/forms.py

  • Committer: Sebastian Żurek
  • Date: 2008-12-13 11:24:12 UTC
  • Revision ID: sebzur@gmail.com-20081213112412-xmmq8v9kfx5u484i
MAil field removed from issue report form

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
class IssueForm(forms.Form):
17
17
    topic = forms.ChoiceField(choices = TOPIC_CHOICES)
18
18
    message = forms.CharField(widget = forms.Textarea())
19
 
    mail = forms.EmailField()
 
19
 
 
20
    # OS uzywa teraz juz autentykacji (trzeba sie zalogowac, zeby cos
 
21
    # zrobic) wiec info o tym, kto wysyla mejla dostaniesz sprawdzajac
 
22
    # jaki user jest zalogowany, wiec pole w formularzu ponizej jest
 
23
    # niepotrzebne
 
24
    #mail = forms.EmailField()
20
25
    
21
26
    class Media:
22
27
        # We use some standard right now styling - see core/templates/css/forms.css