WIP: first Weekmail models

This commit is contained in:
Skia
2017-01-03 00:07:45 +01:00
parent d8c9575f88
commit 8bd8191030
5 changed files with 111 additions and 1 deletions

View File

@ -0,0 +1,13 @@
{% extends "core/base.jinja" %}
{% block title %}
{% trans %}Weekmail{% endtrans %}
{% endblock %}
{% block content %}
<h3>{% trans %}Weekmail{% endtrans %}</h3>
{{ object }}
{% endblock %}