mirror of https://github.com/kf7eel/hbnet
25 lines
410 B
HTML
25 lines
410 B
HTML
{% extends 'flask_user/_public_base.html' %}
|
|
{% block content %}
|
|
|
|
<h1 style="text-align: center;">APRS Settings</h1>
|
|
|
|
<h4 style="text-align: center;">Changes may take up to 10 minutes before they take effect.</h4>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="container-fluid col-centered">
|
|
|
|
{{markup_content}}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|