Fix flask_user template

This commit is contained in:
rubenwardy 2018-12-22 13:22:08 +00:00
parent a1700b5f7e
commit 0a969e597b
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{% extends "base.html" %}
{% block container %}
<main>
<main class="container mt-4">
<div class="card">
<h2 class="card-header">{{ self.title() }}</h2>
<!-- <h2 class="card-header">{{ self.title() }}</h2> -->
<div class="card-body">
{% block content %}
{% endblock %}