1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-04 23:38:06 +00:00

Fix for deleting kindle mail adresee #54

This commit is contained in:
Cervinko Cera
2016-08-08 21:01:38 +02:00
parent eb8b9bf166
commit 0f8c308973
2 changed files with 6 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
{% endif %}
<div class="form-group">
<label for="kindle_mail">Kindle E-Mail</label>
<input type="text" class="form-control" name="kindle_mail" id="kindle_mail" value="{{ content.kindle_mail if content.kindle_mail != None }}">
<input type="email" class="form-control" name="kindle_mail" id="kindle_mail" value="{{ content.kindle_mail if content.kindle_mail != None }}">
</div>
{% if g.user and g.user.role_admin() and not profile %}
<div class="form-group">