mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-04-20 06:07:02 -04:00
8 lines
468 B
HTML
8 lines
468 B
HTML
<section id="settingsSection" class="content-section">
|
|
<div class="app-content-panel" style="padding: 20px;">
|
|
{% from 'components/page_header_partial.html' import page_header %}
|
|
{{ page_header(back_href='./#home', parent_icon='fas fa-cog', parent_name='Settings', current_name='Main', save_button_id='settings-save-button') }}
|
|
<div id="generalSettings" class="app-settings-panel active" style="display: block;"></div>
|
|
</div>
|
|
</section>
|