home · contact · privacy
Split BaseModel.by_id into .by_id and by_id_or_create, refactor tests.
[plomtask] / templates / msg.html
1 {% extends '_base.html' %}
2
3
4
5 {% block content %}
6 <p>{{msg}}</p>
7 {% endblock %}
8