From 3529cedc89adffd7c2fa3199e7866af00dac561f Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 2 Dec 2011 10:53:49 +0100 Subject: whitespace diff --git a/nop/views.py b/nop/views.py index 0ec1c61..9e76d2f 100644 --- a/nop/views.py +++ b/nop/views.py @@ -26,7 +26,7 @@ class NopForm(forms.Form): date = forms.DateField( required=True, #initial=datetime.date(datetime.now()), ## static initial specifies - ## any time but not the + ## any time but not the ## current one widget=forms.DateInput( format='%Y-%m-%d', @@ -120,7 +120,7 @@ def get(request, year=None, month=None, day=None, hour=None, minute=None): def nop_form(request): context = {} - ## currently no csrf security for nicier forms + ## currently no csrf security for nicier forms #context.update(csrf(request)) # in django template: {% csrf_token %} date = None time = None -- cgit v0.10.2