mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
fix object title style
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% load plugins %}
|
||||
|
||||
|
||||
{% block title %}<a href="{{ object.get_absolute_url }}">{{ object }}</a>{% endblock %}
|
||||
{% block title %}{{ object }}{% endblock %}
|
||||
|
||||
{% block breadcrumb_main %}
|
||||
<nav class="breadcrumb-container" aria-label="breadcrumb">
|
||||
|
Reference in New Issue
Block a user