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

« back to all changes in this revision

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

Merge from new-dispatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
              <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
52
52
              <a py:otherwise="" href="/+help/">Help</a>
53
53
            |</py:choose>
54
 
            <a href="/logout">Sign out</a>
 
54
            <a href="/+logout">Sign out</a>
55
55
          </p>
56
56
          <p py:otherwise="" class="userhello">Not logged in.</p>
57
57
        </py:choose>