1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Files
netbox-community-netbox/netbox/templates/inc/missing_prerequisites.html

7 lines
316 B
HTML
Raw Normal View History

2022-08-18 13:58:40 -07:00
{% load buttons %}
<div class="alert alert-warning" role="alert">
2022-08-22 11:46:41 -07:00
<i class="mdi mdi-alert"></i> Before you can add a {{ model|meta:"verbose_name" }} you must first create a
<strong>{{ prerequisite_model|meta:"verbose_name"|title }}</strong> which can be added here: {% add_button prerequisite_model %}
2022-08-18 13:58:40 -07:00
</div>