• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂9ab29501e67b515a174d56667156c147a42a2c7c (tree)
時間2010-06-12 04:45:31
作者Jenny Steele <jsteele@geek...>
CommiterJenny Steele

Log Message

Login link is now dynamic in the template

Change Summary

差異

--- a/pyforge/pyforge/templates/lib.html
+++ b/pyforge/pyforge/templates/lib.html
@@ -31,7 +31,7 @@
3131 <a href="/users/${c.user.username}" py:if="c.user and c.user._id">$c.user.display_name</a>
3232 <a href="/auth/create_account" py:if="not c.user or not c.user._id">Register</a>
3333 <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>
3535 </div>
3636 </div>
3737 </div>