summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-12-14 11:52:21 -0500
committerroot <root@lalalizard.com>2012-12-14 11:52:21 -0500
commit5ac96fe6a920269695efee990e7fed9ffe83df66 (patch)
tree59a69a5014ae95452bcbd0544d1bb2ec36fef2ce
parent74ce7c50288926fc6fc4baedfa1efbd3b124ca8a (diff)
Fix /top and /directory links
-rw-r--r--frontend/templates/profile.html4
-rw-r--r--frontend/templates/topvideos.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/frontend/templates/profile.html b/frontend/templates/profile.html
index 510be77..8d1e4aa 100644
--- a/frontend/templates/profile.html
+++ b/frontend/templates/profile.html
@@ -71,8 +71,8 @@
<div id="sitez">
<div id="settings-hook">EDIT YOUR PROFILE</div>
<div>
- <a href="/top">Top Videos</a> .
- <a href="/directory">Directory</a>
+ <a href="/top/">Top Videos</a> .
+ <a href="/directory/">Directory</a>
</div>
<div id="likebutton">
<!--
diff --git a/frontend/templates/topvideos.html b/frontend/templates/topvideos.html
index edc512e..6bcf749 100644
--- a/frontend/templates/topvideos.html
+++ b/frontend/templates/topvideos.html
@@ -75,8 +75,8 @@ background-image: -moz-linear-gradient(
<div id="sitez">
<div>
- <a href="/top">top</a> .
- <a href="/directory">directory</a> .
+ <a href="/top/">top</a> .
+ <a href="/directory/">directory</a> .
</div>
<div id="likebutton">
<fb:like href="{{ SERVER_HOST }}:{{ SERVER_PORT }}/" layout="button_count" show_faces="false" width="90" font=""></fb:like>