summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-12-02 09:53:49 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-12-02 09:53:49 (GMT)
commit3529cedc89adffd7c2fa3199e7866af00dac561f (patch)
tree1ceb71eec55f9e6af5c6d423b5b7138322e0cd6d
parent4ea7cae98e7161c22e3eb81c8131df3d72b35f1f (diff)
whitespace
-rw-r--r--nop/views.py4
1 files changed, 2 insertions, 2 deletions
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