~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to templates/main/elements/please_login.html

  • Committer: Janos Gyerik
  • Date: 2012-04-03 20:38:05 UTC
  • Revision ID: janos@axiom-20120403203805-d2e6j78xee1dhttx
renamed "main" module to "oneliners"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% if not user.is_authenticated %}
2
2
<div class="alert alert-warning">
3
3
    <strong class="alert-heading">Warning!</strong>
4
 
    You have to <a href="{% url main.views.login %}">login (with an OpenID)</a> to use this page. 
 
4
    You have to <a href="{% url oneliners.views.login %}">login (with an OpenID)</a> to use this page. 
5
5
    You can see the page as a demo, but you won't be able to submit the form.
6
6
</div>
7
7
{% endif %}