autopeering/web/frontend/peerings.html

14 lines
165 B
HTML
Raw Normal View History

2022-11-17 06:43:43 +01:00
{% extends 'base.html' %}
{% block content %}
2022-11-20 10:57:33 +01:00
<script>
2022-11-17 06:43:43 +01:00
2022-11-20 10:57:33 +01:00
</script>
<div>
<a href="peerings/new"><button>add new</button></a>
</div>
<div>
</div>
2022-11-17 06:43:43 +01:00
{% endblock %}