aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editor_view.html
blob: 000922c0d364c01ffa9d8a50bee877f0469809f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% 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>

{% endblock %}