Changeset c9d8369
- Timestamp:
- Aug 6, 2011, 5:17:03 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- bb674c2
- Parents:
- 9c1f0b2
- git-author:
- Alex Dehnert <adehnert@…> (08/06/11 05:17:03)
- git-committer:
- Alex Dehnert <adehnert@…> (08/06/11 05:17:03)
- Location:
- asadb
- Files:
-
- 3 edited
-
settings.py (modified) (1 diff)
-
template/forms/select.html (modified) (1 diff)
-
template/fysm/submit.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/settings.py
r8bcff9a rc9d8369 71 71 'django.contrib.sessions.middleware.SessionMiddleware', 72 72 'django.contrib.auth.middleware.AuthenticationMiddleware', 73 'django.middleware.csrf.CsrfViewMiddleware', 73 74 ] 74 75 -
asadb/template/forms/select.html
r90afb00 rc9d8369 7 7 8 8 <form method="post" action=""> 9 {% csrf_token %} 9 10 <table> 10 11 {{ form.as_table }} -
asadb/template/fysm/submit.html
r3356151 rc9d8369 10 10 11 11 <form enctype="multipart/form-data" method="post" action=""> 12 {% csrf_token %} 12 13 <table class='pretty-table'> 13 14 {{ form.as_table }}
Note: See TracChangeset
for help on using the changeset viewer.