diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:23:57 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:23:57 +0100 |
commit | 8c68a8a0d749327eed5431a04f03f5ec4472969a (patch) | |
tree | 1dcadcd7919ad5542c3d8c1b13f4eda7fdd32196 /templates/base.html | |
parent | 21204f1bc87f3f9d1f3972abcc5cf41bcb8d888b (diff) | |
download | troggle-8c68a8a0d749327eed5431a04f03f5ec4472969a.tar.gz troggle-8c68a8a0d749327eed5431a04f03f5ec4472969a.tar.bz2 troggle-8c68a8a0d749327eed5431a04f03f5ec4472969a.zip |
[svn] Dynamic thumbnail generation for photos and survey scans using imagekit, further improving registration system, other misc.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8336 by cucc @ 5/10/2009 11:05 PM
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index c44212f..2a8e758 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,7 @@ {% if user.username %}
You are logged in as {{ user.username }}
{% if user.person %}(<a href="{{ user.person.get_absolute_url }}">{{ user.person }}</a>)
- {% else %} <a href="{% url profiles_create_profile %}">sort your profile</a>
+ {% else %} <a href={% url profiles_select_profile %}>sort your profile</a>
{% endif %}.
| <a href="{% url auth_logout %}">Log out</a> {% else %} <a href="{% url registration_register %}">Sign up</a> | <a href="{% url auth_login %}">Log in</a> {% endif %}
{% endblock%}
|