autopeering/web/frontend/peerings.html
2022-11-20 10:57:33 +01:00

14 lines
No EOL
165 B
HTML

{% extends 'base.html' %}
{% block content %}
<script>
</script>
<div>
<a href="peerings/new"><button>add new</button></a>
</div>
<div>
</div>
{% endblock %}