changelog page added
[django_unres.git] / django_simple / todo / templates / changelog.html
1 {% extends "base.html" %}
2
3 {% load i18n lazysignup_tags %}
4 {% block content %}
5
6 <h4> Changelog</h4>
7 <dl>
8
9 <dt>08.01.2018</dt>
10  <dd>
11  Autorefresh added to job status page and job index page.
12  </dd>
13
14  <dd>
15  Changelog page added.
16  </dd>
17
18  
19 </dl>
20               
21 {% endblock %}