aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/changelog_view.html
blob: 60e59bd371b027b454e04eac086b63d1ce6f34af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% set auth_to = {} %}
{% extends "editgroup_view.html" %}

{% block title %}Changelog #{{ entry.index }}{% endblock %}

{% block editgroupheader %}

<h1 class="ui header">Changelog Entry
<div class="sub header">
  <code>changelog {{ entry.index }}</code>
</div>
</h1>

<br><b>Timestamp:</b> {{ entry.timestamp.strftime("%Y-%m-%d %H:%M:%S") }}
<br><b><a href="/editgroup/{{editgroup.editgroup_id}}">Editgroup</a></b>
<br>
{% endblock %}