aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat/templates/editgroup_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat/templates/editgroup_view.html')
-rw-r--r--fatcat/templates/editgroup_view.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/fatcat/templates/editgroup_view.html b/fatcat/templates/editgroup_view.html
index 13eb2d7f..144c9502 100644
--- a/fatcat/templates/editgroup_view.html
+++ b/fatcat/templates/editgroup_view.html
@@ -1,13 +1,9 @@
{% extends "base.html" %}
{% block body %}
-<h1>Edit Group: {{ editgroup.id}}</h1>
+<h1>Edit Group: #{{ editgroup.id}}</h1>
- description = db.Column(db.String)
- editor = db.relationship('Editor', foreign_keys='EditGroup.editor_id')
-
-
-<p>Editor: <a href="/editor/{{ editgroup.editor.id }}">{{ editgroup.editor.username }}</a>
+<p>Editor: <a href="/editor/{{ editgroup.editor.username }}">{{ editgroup.editor.username }}</a>
<p>Description: {{ editgroup.description }}
<p>TODO: list edits by type...</p>