From 2a95e1bf71675a0bed5e3f8cb273d5cb4622f037 Mon Sep 17 00:00:00 2001 From: Daniel Vaccaro-Senna Date: Fri, 10 Sep 2021 16:03:46 +0100 Subject: [PATCH] Fixes #7195 update base template in plugin dev doc --- docs/plugins/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/development.md b/docs/plugins/development.md index 007d8434f..8d17b66c3 100644 --- a/docs/plugins/development.md +++ b/docs/plugins/development.md @@ -218,7 +218,7 @@ NetBox provides a base template to ensure a consistent user experience, which pl For more information on how template blocks work, consult the [Django documentation](https://docs.djangoproject.com/en/stable/ref/templates/builtins/#block). ```jinja2 -{% extends 'base.html' %} +{% extends 'base/layout.html' %} {% block content %} {% with config=settings.PLUGINS_CONFIG.netbox_animal_sounds %}