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

Allow kindle_email to be CSV to allow sending to multiple kindles

This commit is contained in:
gjutras
2022-03-28 19:59:59 -04:00
parent 7861f8a89a
commit cb0d9ec95c
3 changed files with 30 additions and 23 deletions

View File

@@ -25,7 +25,7 @@
</div>
{% endif %}
<div class="form-group">
<label for="kindle_mail">{{_('Send to Kindle E-mail Address')}}</label>
<label for="kindle_mail">{{_('Send to Kindle E-mail Address. Use comma to seperate emails for multiple kindles.')}}</label>
<input type="email" class="form-control" name="kindle_mail" id="kindle_mail" value="{{ content.kindle_mail if content.kindle_mail != None }}">
</div>
{% if not content.role_anonymous() %}