2021-08-08 14:16:49 -04:00
|
|
|
{% extends 'flask_user/_public_base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
|
2021-08-08 15:41:35 -04:00
|
|
|
<p> </p>
|
2021-08-08 17:31:28 -04:00
|
|
|
<div class="well">Map of connected peers. <br />
|
|
|
|
To diasble map plotting for your hotspot or repeater, see the <strong>MMDVM Options</strong> section in <a href="/help"><strong>Help</strong></a>.
|
2021-08-08 15:41:35 -04:00
|
|
|
</div>
|
|
|
|
<div class="row container-fluid" >
|
|
|
|
<div class="col-xs-12">
|
2021-08-08 14:16:49 -04:00
|
|
|
{{markup_content}}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p> </p>
|
|
|
|
{% endblock %}
|