From e999ebe66346e7262e24e73e8f00b1164da93e7c Mon Sep 17 00:00:00 2001 From: plt Date: Tue, 18 Oct 2011 16:00:38 +0800 Subject: [PATCH] Fix url in showing repo * Add {{ SITE_ROOT }} --- templates/myhome.html | 2 +- templates/myrepos.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/myhome.html b/templates/myhome.html index 50c014278a..8dc25be286 100644 --- a/templates/myhome.html +++ b/templates/myhome.html @@ -22,7 +22,7 @@ {% for repo in owned_repos %} - {{ repo.props.name }} + {{ repo.props.name }} {{ repo.props.id }} {{ repo.props.desc }} diff --git a/templates/myrepos.html b/templates/myrepos.html index 82b33a3224..930592a859 100644 --- a/templates/myrepos.html +++ b/templates/myrepos.html @@ -10,7 +10,7 @@ {% for repo in owned_repos %} - {{ repo.props.name }} + {{ repo.props.name }} {{ repo.props.id }} {{ repo.props.desc }}