Skip to content

Commit

Permalink
add download button to pdf preview and set version to first major rel…
Browse files Browse the repository at this point in the history
…ease 1.0.0
  • Loading branch information
PaddeCraft committed Apr 23, 2022
1 parent b16abd5 commit 7464bdf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added PP_7_Weltwunder.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion upstream/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.0"
VERSION = "1.0.0"
1 change: 1 addition & 0 deletions upstream/templates/preview/pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<div id="pdf-buttons" class="space-x-4" style="display: table">
<button class="btn" id="pdf-prev">Previous</button>
<button class="btn" id="pdf-next">Next</button>
<a role="button" class="btn" href="{{ file }}">Download</a>
</div>
</div>
<br>
Expand Down

0 comments on commit 7464bdf

Please sign in to comment.