Add row_title to template context for view_row

This commit is contained in:
Lance Edgar 2018-01-06 20:26:57 -06:00
parent 85e6e7e08a
commit 568a625500
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<%def name="title()">${model_title}</%def>
<%def name="content_title()">
<h1>${instance}</h1>
<h1>${row_title}</h1>
</%def>
<%def name="context_menu_items()">