aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editor_view.html
blob: 6ac58e3df5a561c18c5e7d9e1f9e17b908ba6cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "base.html" %}

{% block title %}{{ editor.username }} (editor){% endblock %}

{% 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 %}