1c159b031fdcaafc4031aa09db34c493fc1d77bf
[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 <dt>21.01.2018</dt>
23  <dd>
24  Secondary structure restraints added.
25  </dd>
26
27 <dt>23.01.2018</dt>
28  <dd>
29  Optional selection of only a single chain for given PDB code added.
30  </dd>
31
32 <dt>26.01.2018</dt>
33  <dd>
34  NGL Viewer added for 3D display of structures and trajectories.
35  </dd>
36
37  
38 </dl>
39               
40 {% endblock %}