correct the path for the base template

This commit is contained in:
Andreas Zweili 2020-01-11 17:41:03 +01:00
parent 90965deb7c
commit af310cdd0d
15 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% block section_title %}{{ backup.name }}{% endblock %}
{% block content %}
<div class="ui cards">

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}List of Backups{% endblock %}
{% block content %}

View File

@ -1,4 +1,4 @@
{% extends 'inventory/base.html' %}
{% extends 'core/base.html' %}
{% block section_title %}Login{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% block section_title %}{{ customer.name }}{% endblock %}
{% block content %}
<h3>Description</h3>

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}List of Customers{% endblock %}
{% block content %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% block section_title %}{{ device.name }}{% endblock %}
{% block content %}
<div class="ui cards">

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}List of General Devices{% endblock %}
{% block content %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}List of Computers{% endblock %}
{% block content %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% block section_title %}{{ computer }}{% endblock %}
{% block content %}
<div class="ui cards">

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}List of Computers{% endblock %}
{% block content %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% block section_title %}{{ cronjob.name }}{% endblock %}
{% block content %}
<h3>Description</h3>

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% block section_title %}List of Cron Jobs{% endblock %}
{% block content %}
{% if cronjob_list %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}Licenses{% endblock %}
{% block content %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}{{ net.name }}{% endblock %}
{% block content %}

View File

@ -1,4 +1,4 @@
{% extends "inventory/base.html" %}
{% extends "core/base.html" %}
{% load render_table from django_tables2 %}
{% block section_title %}List of Nets{% endblock %}
{% block content %}