mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 11:37:21 -06:00
6 lines
281 B
HTML
6 lines
281 B
HTML
{% load buttons %}
|
|
|
|
<div class="alert alert-warning" role="alert">
|
|
<i class="mdi mdi-alert"></i> <strong>Note:</strong> Before you can add a {{ model|meta:"verbose_name" }} you must first add a {{ required_model|meta:"verbose_name" }} here {% add_button required_model %}
|
|
</div>
|