1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

fix edit net issue asn not set (#358) (#763)

Co-authored-by: Stefan Pratter <stefan@20c.com>
This commit is contained in:
Matt Griswold
2020-07-15 03:35:16 -05:00
committed by GitHub
parent 5c4575b518
commit 0c36f1a5c4

View File

@@ -8,6 +8,9 @@
{% if permissions.can_edit %}
<div class="payload">
<div data-edit-name="org_id">{{ instance.org_id }}</div>
{% if ref_tag == "net" %}
<div data-edit-name="asn">{{ instance.asn }}</div>
{% endif %}
</div>
{% endif %}