Changeset cec082b for asadb/template/base.html
- Timestamp:
- Mar 19, 2012, 11:13:56 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- b8a9c68
- Parents:
- 3437855
- git-author:
- Alex Dehnert <adehnert@…> (03/19/12 23:13:56)
- git-committer:
- Alex Dehnert <adehnert@…> (03/19/12 23:13:56)
- File:
-
- 1 edited
-
asadb/template/base.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/base.html
r3437855 rcec082b 29 29 {% else %} 30 30 <p>You are not logged in.</p> 31 <p><a href='{% url login %} '>Login</a></p>31 <p><a href='{% url login %}?next={% firstof request.path '/' %}'>Login</a></p> 32 32 {% endif %} 33 33 </div>
Note: See TracChangeset
for help on using the changeset viewer.