1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-10 04:36:41 +00:00

fix: right html in config_db

This commit is contained in:
Robbinsch 2025-01-25 17:52:01 +01:00 committed by GitHub
parent efc7ce31d2
commit 90bccb86ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@
{% endif %}
{% endif %}
<div class="col-sm-12">
<div id="db_submit" name="submit" class="btn btn-default">{{_('Save')}}</div>
<button id="db_submit" type="submit" name="submit" class="btn btn-default">{{_('Save')}}</button>
<a href="{{ url_for('admin.admin') }}" id="config_back" class="btn btn-default">{{_('Cancel')}}</a>
</div>
</form>