17 lines
412 B
HTML
17 lines
412 B
HTML
{% extends 'flask_user/_public_base.html' %}
|
|
{% block content %}
|
|
|
|
<p> </p>
|
|
<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>.
|
|
</div>
|
|
<div class="row container-fluid" >
|
|
<div class="col-xs-12">
|
|
{{markup_content}}
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<p> </p>
|
|
{% endblock %}
|