home · contact · privacy
Refactor from_table_row methods of core DB models.
[plomtask] / templates / msg.html
1 {% extends 'base.html' %}
2
3 {% block content %}
4 <p>{{msg}}</p>
5 {% endblock %}
6