diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-07 20:28:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-07 20:28:57 +0200 |
| commit | 5bd75654d252e3e1a4eef515493bfc300fe5ab16 (patch) | |
| tree | c4862b3a4d79adf04b055a3c819ab992ed7c2120 /templates | |
| parent | effcf34153ffd0a40e4604c740a9321f57317156 (diff) | |
| download | jokevote-5bd75654d252e3e1a4eef515493bfc300fe5ab16.tar.gz jokevote-5bd75654d252e3e1a4eef515493bfc300fe5ab16.zip | |
add export as txt
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 1 |
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 }}"> |
