~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

Fix some issues with undefined variables in view template contexts. Genshi 0.5
is much less lenient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
            (<span class="username">${login}</span>) |
57
57
            <a href="/~${login}/+settings">Settings</a> |
58
58
            <py:choose>
59
 
              <a py:when='help_path' href="/+help/${help_path}">Help</a>
 
59
              <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
60
60
              <a py:otherwise="" href="/+help/">Help</a>
61
61
            |</py:choose>
62
62
            <a href="/logout">Sign out</a>