blob: e0625c42dcd298c7b1610fd36be85a3743675f94 (
plain)
1
2
3
4
5
6
7
8
9
|
{% extends "base.html" %}
{% block body %}
<h1>Editor: {{ editor.username }}</h1>
<p>Is Admin? {{ editor.is_admin }}
<p><a href="/editor/{{ editor.username }}/changelog">Changelog</a>
{% endblock %}
|