Misc. tweaks to improve viewing Harvest cache records

This commit is contained in:
Lance Edgar 2022-03-09 19:43:18 -06:00
parent f3e05124c3
commit 8da3f89524
6 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,16 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/view.mako" />
<%def name="page_content()">
% if instance.avatar_url:
<div style="margin: 1rem;">
<img src="${instance.avatar_url}" />
</div>
% endif
${parent.page_content()}
</%def>
${parent.body()}