Commit 2da7e63d916dadf21baae04f11e5feb4f42c12c4
- Diff rendering mode:
- inline
- side by side
templates/history.html
(2 / 2)
  | |||
10 | 10 | <h3> JSON history </h3> | |
11 | 11 | <ul> | |
12 | 12 | {% for file in ls %} | |
13 | <li><a href="/editor?{{ file }}">{{ file }}</a></li> | ||
13 | <li><a href=" {{ url_for('editor') }}?{{ file }}">{{ file }}</a></li> | ||
14 | 14 | {% endfor %} | |
15 | 15 | </ul> | |
16 | </div> | ||
16 | </div> | ||
17 | 17 | </body> | |
18 | 18 | </html> |