diff options
author | hardythe1 | 2013-10-14 15:34:00 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-14 15:34:00 +0530 |
commit | 0fca349ceaf16c3933dfdab9c47aa5bd5846623e (patch) | |
tree | 045cd8f2b76f8f9975c9911c3552fd201653333c | |
parent | 17bfc6009b872badccf1f5db99c54741919a6b50 (diff) | |
download | SciPy2013-0fca349ceaf16c3933dfdab9c47aa5bd5846623e.tar.gz SciPy2013-0fca349ceaf16c3933dfdab9c47aa5bd5846623e.tar.bz2 SciPy2013-0fca349ceaf16c3933dfdab9c47aa5bd5846623e.zip |
fixing url issues in accounts register
-rw-r--r-- | website/templates/papers.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/papers.html b/website/templates/papers.html index 11cc23d..767132c 100644 --- a/website/templates/papers.html +++ b/website/templates/papers.html @@ -19,11 +19,11 @@ Based on the quality of the submissions, the conference organizers will select i <h4>Submission Guidelines</h4> <ul style="margin: 0 0 0 15px;"> <li> - <a class="button tiny" href="/accounts/register">Register</a> to submit a proposal (this registration is <b>NOT</b> the + <a class="button tiny" href="/2013/accounts/register">Register</a> to submit a proposal (this registration is <b>NOT</b> the <a href="{% url 'website:register'%}">conference registration</a>) </li> <li> - <a class="button tiny success" href="/accounts/login">Login</a> & Upload your proposal in the form of text file or a pdf file + <a class="button tiny success" href="/2013/accounts/login">Login</a> & Upload your proposal in the form of text file or a pdf file </li> <li> Submissions whose main purpose is to promote a commercial product or service will be refused |