diff options
author | hardythe1 | 2013-10-09 15:30:55 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 15:30:55 +0530 |
commit | 6ba2ecefa13389382a20761331c11510335c6dec (patch) | |
tree | 77461d68d0273a404cb297b3e5dc55152e27dff8 | |
parent | 3f0edc9409731e43349ff83403f402315956a04f (diff) | |
download | SciPy2012-6ba2ecefa13389382a20761331c11510335c6dec.tar.gz SciPy2012-6ba2ecefa13389382a20761331c11510335c6dec.tar.bz2 SciPy2012-6ba2ecefa13389382a20761331c11510335c6dec.zip |
resolving url issue
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index acd4ebe..414c44b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,7 @@ </div>
<div id="menu">
<ul>
- <li><a href="/" accesskey="1" title="">Home</a></li>
+ <li><a href="{% url 'conference:home' %}" accesskey="1" title="">Home</a></li>
<li>
<a href="#" accesskey="2" title="">Conference</a>
<ul>
|