Merge pull request #10370 from kvedder-amplex/develop

add custom fields to l2vpntermination edit template
This commit is contained in:
Jeremy Stretch 2022-09-15 10:07:27 -04:00 committed by GitHub
commit 7477f6584e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,12 @@
</div>
</div>
</div>
{% if form.custom_fields %}
<div class="field-group my-5">
<div class="row mb-2">
<h5 class="offset-sm-3">Custom Fields</h5>
</div>
{% render_custom_fields form %}
</div>
{% endif %}
{% endblock %}