Add basic support for per-page help URL
This commit is contained in:
parent
80e9a9cf1c
commit
18af33c9bb
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue