Mercurial > hg-website
changeset 60:37a0375fbddc
templates: Use url helper to provide the link to about page
author | David Soria Parra <dsp@php.net> |
---|---|
date | Tue, 17 Feb 2009 18:39:08 +0100 |
parents | 8924990c74c3 |
children | a06b0f4d5c7e |
files | hgscm/templates/frontpage.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgscm/templates/frontpage.html Tue Feb 17 18:15:44 2009 +0100 +++ b/hgscm/templates/frontpage.html Tue Feb 17 18:39:08 2009 +0100 @@ -31,7 +31,7 @@ <h3>How you can benefit from Mercurial</h3> <ol> <li class="i-1"> - <h4>It is <a href="about.html">fast and powerful</a></h4> + <h4>It is <a href="{% url about %}">fast and powerful</a></h4> <p>Mercurial offers you the power and speed to efficiently handle <a href="./who_uses_mercurial">projects of any size and kind</a>. You can use a multitude of <a href="./workflows">workflows</a> and easily enhance its functionality with <a href="./extensions">extensions</a>.</p> </li> <li class="i-2">