Skip to content
Snippets Groups Projects
Commit 3529cedc authored by Johannes Raggam's avatar Johannes Raggam
Browse files

whitespace

parent 4ea7cae9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment