fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Forgotten req.
[audio.git]
/
src
/
archive
/
views.py
diff --git
a/src/archive/views.py
b/src/archive/views.py
index
98556ef
..
55f4f07
100644
(file)
--- a/
src/archive/views.py
+++ b/
src/archive/views.py
@@
-65,7
+65,7
@@
def file_new(request, filename):
d[tag] = None
if not request.POST:
- form = AudiobookForm(d)
+ form = AudiobookForm(
initial=
d)
return render(request, "archive/file_new.html", locals())