Sign up form and other stuff
[recipes.git] / backend / templates / message.html
1 {% extends "base_with_list.html" %}
2
3 {% block content %}
4
5 {{ message }}
6
7 {% endblock %}