Compare commits
No commits in common. "aedc1cf9ea4ae0d3cedf302b00e734c1a4b60e6a" and "f548c60157e0b41ee3bbb2794552257cef92515a" have entirely different histories.
aedc1cf9ea
...
f548c60157
@ -541,7 +541,7 @@ def export_all_videos():
|
||||
with ZipFile('zip_exports/all_videos.zip', 'w') as zipf: #no compression, need to add zipfile.ZIP_DEFLATED for compression
|
||||
zipdir('uploads/', zipf)
|
||||
|
||||
return send_file("zip_exports/all_videos.zip", as_attachment=False, download_name="all_videos.zip")
|
||||
return send_file("zip_exports/all_videos.zip", as_attachment=False, download_name="all_tables.zip")
|
||||
|
||||
|
||||
def create_csv(table, filename):
|
||||
|
@ -11,10 +11,10 @@
|
||||
</ol>
|
||||
<p>Die Antwortmöglichkeiten sind jedes Mal:</p>
|
||||
<ol start="1">
|
||||
<li>Trifft überhaupt nicht zu</li>
|
||||
<li>Trifft eher nicht zu</li>
|
||||
<li>Ich weiß nicht</li>
|
||||
<li>Trifft eher zu</li>
|
||||
<li>Trifft vollkommen zu</li>
|
||||
<li>Links</li>
|
||||
<li>Eher links</li>
|
||||
<li>Beide gleich</li>
|
||||
<li>Eher rechts</li>
|
||||
<li>Rechts</li>
|
||||
</ol>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user