1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-04 07:18:05 +00:00

Made kindlegen working on windows (including paths containing umlauts)

Added back buttons on edit mail, edit user, and edit book
This commit is contained in:
OzzieIsaacs
2016-11-12 10:52:59 +01:00
parent bbf6d9b026
commit b86864b407
9 changed files with 155 additions and 133 deletions

View File

@@ -103,6 +103,7 @@
</label>
</div>
<button type="submit" class="btn btn-default">{{_('Submit')}}</button>
<a href="{{ url_for('show_book',id=book.id) }}" class="btn btn-default">{{_('Back')}}</a>
</form>
</div>
{% endif %}