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
2020-07-20 20:24:16 +00:00

14 lines
647 B
HTML

{{template "header.html" .S}}
<p>Upload your epubs to help the library.</p>
<form class="well form-inline" method="POST" enctype="multipart/form-data">
<input accept="application/epub+zip" type="file" name="epub" multiple="multiple" />
<button type="submit" class="btn">Submit</button>
</form>
<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>
<p>This library is an Antifascist space, alt-right propaganda or other fascist or racist content is not welcome here.</p>
{{template "footer.html" .S}}