aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editor_view.html
blob: 4d94ceafbe9f20626f9ed1be36127d6abac2cf99 (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">View editor's editgroups</a></b>

{% endblock %}