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

#6732: Fix <title/> rendering on home page template

This commit is contained in:
checktheroads
2021-05-07 12:05:56 -07:00
parent 03a1014714
commit 042c65a48c
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>{% block title %}Home{% endblock %} - NetBox</title> <title>{% block title %}Home{% endblock %} | NetBox</title>
<link <link
rel="stylesheet" rel="stylesheet"
href="{% static 'netbox.css'%}" href="{% static 'netbox.css'%}"

View File

@ -2,6 +2,7 @@
{% load helpers %} {% load helpers %}
{% block title_container %}{% endblock %} {% block title_container %}{% endblock %}
{% block title %}Home{% endblock %}
{% block content %} {% block content %}
<div class="stats-container"> <div class="stats-container">