allura
修訂 | 9ab29501e67b515a174d56667156c147a42a2c7c (tree) |
---|---|
時間 | 2010-06-12 04:45:31 |
作者 | Jenny Steele <jsteele@geek...> |
Commiter | Jenny Steele |
Login link is now dynamic in the template
@@ -31,7 +31,7 @@ | ||
31 | 31 | <a href="/users/${c.user.username}" py:if="c.user and c.user._id">$c.user.display_name</a> |
32 | 32 | <a href="/auth/create_account" py:if="not c.user or not c.user._id">Register</a> |
33 | 33 | <a href="/auth/logout" py:if="c.user and c.user._id">Log Out</a> |
34 | - <a href="/auth/" py:if="not c.user or not c.user._id">Log In</a> | |
34 | + <a href="${g.login_url}" py:if="not c.user or not c.user._id">Log In</a> | |
35 | 35 | </div> |
36 | 36 | </div> |
37 | 37 | </div> |