This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/templates/upload.html

19 lines
758 B
HTML
Raw Permalink Normal View History

2012-08-18 02:06:43 +02:00
{{template "header.html" .S}}
2012-08-15 12:00:44 +02:00
2012-08-20 14:25:18 +02:00
<p>Upload your epubs to help the library.</p>
<div class="row justify-content-center">
<form class="col-sm-11" method="POST" enctype="multipart/form-data">
<div class="input-group mb-3">
<input accept="application/epub+zip" type="file" name="epub" multiple="multiple" />
<button type="submit" class="btn btn-outline-secondary">Upload</button>
</div>
</form>
</div>
2012-08-15 12:00:44 +02:00
2020-06-24 11:08:20 +00:00
<p>The uploaded books will be reviewed by the librarians and included if they comply our quality standards. Do not upload epubs converted from PDFs or any book that is not pleasant to read.</p>
2020-07-20 20:24:16 +00:00
<p>This library is an Antifascist space, alt-right propaganda or other fascist or racist content is not welcome here.</p>
2012-08-23 01:08:42 +02:00
2020-03-23 19:13:58 +00:00
{{template "footer.html" .S}}