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

<p><b><a href="/editor/{{ editor.id }}/changelog">View editor's changelog</a></b>

{% endblock %}