add example-configs and form on peering/new

This commit is contained in:
lare 2022-11-21 19:41:28 +01:00
parent bc55c5df00
commit 107644cbd7
5 changed files with 118 additions and 19 deletions

View file

@ -1,14 +1,13 @@
{% extends 'base.html' %}
{% block content %}
<script>
</script>
<div>
<a href="peerings/new"><button>add new</button></a>
</div>
<div>
{% for peering in peerings.get_peerings_by_mnt(session["login"]) %}
{{peering}} <br>
{% endfor %}
</div>
{% endblock %}