summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-06-07 20:28:57 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-06-07 20:28:57 +0200
commit5bd75654d252e3e1a4eef515493bfc300fe5ab16 (patch)
treec4862b3a4d79adf04b055a3c819ab992ed7c2120 /templates/index.html
parenteffcf34153ffd0a40e4604c740a9321f57317156 (diff)
downloadjokevote-5bd75654d252e3e1a4eef515493bfc300fe5ab16.tar.gz
jokevote-5bd75654d252e3e1a4eef515493bfc300fe5ab16.zip
add export as txt
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index cdbb1b5..8ea3722 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -15,6 +15,7 @@
<div class="row">
<h3>Lehrersprüche</h3>
<div class="section">
+ <a class="btn-floating btn-large right" href="/export"><i class="material-icons">file_download</i></a>
{% if user.loggedin %}
<form action="/logout" method="post">
<input type="hidden" name="redirpage" value="{{ currentpage }}">