mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
10 lines
198 B
HTML
10 lines
198 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<h2>{{ _(title) }}</h2>
|
|
<p>
|
|
{{message}}
|
|
</p>
|
|
<a class="btn btn-primary" href="{{ url_for('.home')}}">Return to home page</a>
|
|
|
|
{% endblock %}
|