9 lines
234 B
HTML
9 lines
234 B
HTML
|
{% extends "base.html" %}
|
||
|
{% from 'utils.html' import custom_render_form_row,make_tabs %}
|
||
|
|
||
|
{% block app_content %}
|
||
|
<div class="container" style="max-width: 30% !important;">
|
||
|
<h1>Oops</h1>
|
||
|
</div>
|
||
|
{% endblock %}
|