aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/editor_view.html
blob: f58b85b5042947fa2709c400579c9d4070101efd (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.id }}</code>
</div>
</h1>

<p>Is Admin? {{ editor.is_admin }}
<p><a href="/editor/{{ editor.username }}/changelog">Changelog</a>

{% endblock %}