home · contact · privacy
Add foreign key restraints, expand and fix tests, add deletion and forking.
[misc] / todo_templates / message.html
1 {% extends 'base.html' %}
2
3 {% block content %}
4 <p>
5 {{ message|e }}
6 </p>
7 {% endblock %}
8