Remove lingering use of 'page-header'

BS removed that style
This commit is contained in:
2020-10-17 17:59:23 +01:00
parent 0fee753284
commit 848e8c8ccd
6 changed files with 19 additions and 27 deletions

View File

@@ -1,13 +1,7 @@
{% extends 'base_assets.html' %}
{% load widget_tweaks %}
{% block title %}Asset {{ object.asset_id }}{% endblock %}
{% block content %}
<div class="page-header">
<h1>Asset: {{ object.asset_id }}</h1>
</div>
<div class="row">
<div class="col-md-6 mb-3">
{% include 'partials/asset_detail_form.html' %}