Rename base template

This commit is contained in:
Jeremy Stretch 2020-04-10 10:21:02 -04:00
parent db70f04447
commit 19a10cee82
61 changed files with 61 additions and 61 deletions

View File

@ -274,7 +274,7 @@ class ObjectChangeLogView(View):
template.loader.get_template(base_template) template.loader.get_template(base_template)
object_var = model._meta.model_name object_var = model._meta.model_name
except template.TemplateDoesNotExist: except template.TemplateDoesNotExist:
base_template = '_base.html' base_template = 'base.html'
object_var = 'obj' object_var = 'obj'
return render(request, 'extras/object_changelog.html', { return render(request, 'extras/object_changelog.html', {

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% block content %} {% block content %}
<div class="row" style="margin-top: 150px;"> <div class="row" style="margin-top: 150px;">

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load static %} {% load static %}
{% load custom_links %} {% load custom_links %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block header %} {% block header %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load static %} {% load static %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% block title %}Create {{ component_type }}{% endblock %} {% block title %}Create {{ component_type }}{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% block title %}Add {{ component_type }} to {{ parent }}{% endblock %} {% block title %}Add {{ component_type }} to {{ parent }}{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block header %} {% block header %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load static %} {% load static %}
{% load custom_links %} {% load custom_links %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load static %} {% load static %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load static %} {% load static %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block title %}{{ objectchange }}{% endblock %} {% block title %}{{ objectchange }}{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block title %}{{ report.name }}{% endblock %} {% block title %}{{ report.name }}{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}
{% load log_levels %} {% load log_levels %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block header %} {% block header %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block header %} {% block header %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% block content %} {% block content %}
<h1>{% block title %}Import Completed{% endblock %}</h1> <h1>{% block title %}Import Completed{% endblock %}</h1>

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% block title %}{{ vlan_group }} - VLANs{% endblock %} {% block title %}{{ vlan_group }} - VLANs{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% load form_helpers %} {% load form_helpers %}
{% load secret_helpers %} {% load secret_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% block content %} {% block content %}
<div class="row"> <div class="row">

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% block content %} {% block content %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block title %}Delete {{ table.rows|length }} {{ obj_type_plural|bettertitle }}?{% endblock %} {% block title %}Delete {{ table.rows|length }} {{ obj_type_plural|bettertitle }}?{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% block title %}Remove {{ table.rows|length }} {{ obj_type_plural|bettertitle }}?{% endblock %} {% block title %}Remove {{ table.rows|length }} {{ obj_type_plural|bettertitle }}?{% endblock %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load form_helpers %} {% load form_helpers %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load helpers %} {% load helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% load form_helpers %} {% load form_helpers %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load buttons %} {% load buttons %}
{% load custom_links %} {% load custom_links %}
{% load static %} {% load static %}

View File

@ -1,4 +1,4 @@
{% extends '_base.html' %} {% extends 'base.html' %}
{% load helpers %} {% load helpers %}
{% load form_helpers %} {% load form_helpers %}