Misc. tweaks to improve viewing Harvest cache records
This commit is contained in:
parent
f3e05124c3
commit
8da3f89524
6 changed files with 89 additions and 0 deletions
16
tailbone_harvest/templates/harvest/users/view.mako
Normal file
16
tailbone_harvest/templates/harvest/users/view.mako
Normal 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()}
|
Loading…
Add table
Add a link
Reference in a new issue