diff --git a/netbox/templates/core/plugin.html b/netbox/templates/core/plugin.html index 1fec87304..476f0cb1c 100644 --- a/netbox/templates/core/plugin.html +++ b/netbox/templates/core/plugin.html @@ -55,34 +55,15 @@
-
{% trans "Author" %}
- - - - - - - - -
{% trans "Author" %} {{ plugin.author.name }}
{% trans "Org id" %}{{ plugin.author.org_id|placeholder }}
{% trans "URL" %}{{ plugin.author.url|urlize|placeholder }}
-
- -
-
{% trans "Plugin" %}
- - - - - @@ -91,10 +72,6 @@ - - - -
{% trans "Name" %} {{ plugin.title_short }}
{% trans "Tag line" %}{{ plugin.tag_line|placeholder }}
{% trans "License" %} {{ plugin.license_type }}{% trans "Description" %} {{ plugin.description_short|markdown }}
{% trans "URL" %}{{ plugin.homepage_url|urlize|placeholder }}
{% trans "Certified" %} {% checkmark plugin.is_certified %}