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

« back to all changes in this revision

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

Implement authorization in JSON REST views. Add security declarations to
UserRESTView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
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
 
            <a href="/+logout">Sign out</a>
 
62
            <a href="/logout">Sign out</a>
63
63
          </p>
64
64
          <p py:otherwise="" class="userhello">Not logged in.</p>
65
65
        </py:choose>