FIX: dav_submission: fixed indent on metadata.txt
This commit is contained in:
@@ -81,10 +81,10 @@ class UploadView(generic.edit.FormView):
|
||||
|
||||
try:
|
||||
metadata_format_str = u"""Absender: {name} <{email_address}>
|
||||
Datum: {date} {time}
|
||||
Titel: {title}
|
||||
Beschreibung:
|
||||
{description}
|
||||
Datum: {date} {time}
|
||||
Titel: {title}
|
||||
Beschreibung:
|
||||
{description}
|
||||
"""
|
||||
metadata_format_kwargs = {
|
||||
'date': now.strftime('%d.%m.%Y'),
|
||||
|
||||
Reference in New Issue
Block a user