[CHANGE] Switch to header template where ever possible

Also fixed some Bootstrap misuse
This commit is contained in:
Peter Pfeufer
2023-12-11 15:36:41 +01:00
parent ced7972962
commit dbc19c76c5
26 changed files with 120 additions and 132 deletions

View File

@@ -18,9 +18,8 @@
{% block content %}
<div>
<h1 class="page-header text-center mb-3">
{% translate "Create Fleet Operation" %}
</h1>
{% translate "Create Fleet Operation" as page_header %}
{% include "framework/header/page-header.html" with title=page_header %}
<div class="card card-primary border-0">
<div class="card-header">

View File

@@ -18,9 +18,8 @@
{% block content %}
<div>
<h1 class="page-header text-center mb-3">
{% translate "Update Fleet Operation" %}
</h1>
{% translate "Update Fleet Operation" as page_header %}
{% include "framework/header/page-header.html" with title=page_header %}
<div class="card card-primary border-0">
<div class="card-header">