Add basic support for per-page help URL

This commit is contained in:
Lance Edgar 2018-01-18 11:47:11 -06:00
parent 80e9a9cf1c
commit 18af33c9bb
2 changed files with 7 additions and 0 deletions

View file

@ -54,6 +54,9 @@
% endif
<div class="feedback">
% if help_url is not Undefined and help_url:
${h.link_to("Help", help_url, target='_blank', class_='button')}
% endif
<button type="button" id="feedback">Feedback</button>
</div>