Skip to content

Commit 57abbf1

Browse files
Merge pull request #7245 from dvaccarosenna/issue/7195
Fixes #7195 update base template in plugin dev doc
2 parents bd95761 + 2a95e1b commit 57abbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ NetBox provides a base template to ensure a consistent user experience, which pl
218218
For more information on how template blocks work, consult the [Django documentation](https://docs.djangoproject.com/en/stable/ref/templates/builtins/#block).
219219

220220
```jinja2
221-
{% extends 'base.html' %}
221+
{% extends 'base/layout.html' %}
222222
223223
{% block content %}
224224
{% with config=settings.PLUGINS_CONFIG.netbox_animal_sounds %}

0 commit comments

Comments
 (0)