885d7fc6db4285c0380874868b7858dd46316f39
[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  <dd>
14  Changelog page added.
15  </dd>
16
17 <dt>10.01.2018</dt>
18  <dd>
19  Reading SSBOND from multichain pdb corrected.
20  </dd>
21  
22 </dl>
23               
24 {% endblock %}