blob: c62f8d93a442f68f2d3a357b0bd131a604540361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{% extends "base.html" %}
{% block body %}
<h1 class="ui header">{{ editor.username }}
<div class="sub header">
<code>editor {{ editor.editor_id }}</code>
</div>
</h1>
<p><b><a href="/editor/{{ editor.editor_id }}/editgroups">Edit History</a></b>
<p><b><a href="/editor/{{ editor.editor_id }}/annotations">Comments and Annotation History</a></b>
{% endblock %}
|