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

Revert Change to reenable change database function

This commit is contained in:
Ozzie Isaacs 2025-03-25 06:08:08 +01:00
parent 86e6161b89
commit c6cde961b6

View File

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