Sign up form and other stuff
[recipes.git] / backend / templates / message.html
diff --git a/backend/templates/message.html b/backend/templates/message.html
new file mode 100644 (file)
index 0000000..a274a64
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "base_with_list.html" %}
+
+{% block content %}
+
+{{ message }}
+
+{% endblock %}
\ No newline at end of file