aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/display_message.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/display_message.html')
-rw-r--r--ihatemoney/templates/display_message.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/ihatemoney/templates/display_message.html b/ihatemoney/templates/display_message.html
new file mode 100644
index 0000000..37be42a
--- /dev/null
+++ b/ihatemoney/templates/display_message.html
@@ -0,0 +1,8 @@
+{% extends "layout.html" %}
+
+{% block content %}
+<h2>{{ _(title) }}</h2>
+<p>
+ {{message}}
+</p>
+{% endblock %}