summaryrefslogtreecommitdiff
path: root/scipy/templates
diff options
context:
space:
mode:
authorhardythe12013-10-14 17:18:18 +0530
committerhardythe12013-10-14 17:18:18 +0530
commit299e6fd9d75e6a8f2828dde7e2c090d3a28e4226 (patch)
tree233e0e42838b333710088da96764cbd91cf4f80d /scipy/templates
parent0235fb9fe9bd79206aa0f0c5a5e7d5a5f879130e (diff)
downloadSciPy2013-299e6fd9d75e6a8f2828dde7e2c090d3a28e4226.tar.gz
SciPy2013-299e6fd9d75e6a8f2828dde7e2c090d3a28e4226.tar.bz2
SciPy2013-299e6fd9d75e6a8f2828dde7e2c090d3a28e4226.zip
minor CSS changes
Diffstat (limited to 'scipy/templates')
-rw-r--r--scipy/templates/login.html2
-rw-r--r--scipy/templates/profile.html2
-rw-r--r--scipy/templates/upload-document.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/scipy/templates/login.html b/scipy/templates/login.html
index a9ba696..c360438 100644
--- a/scipy/templates/login.html
+++ b/scipy/templates/login.html
@@ -4,7 +4,7 @@
<form class="form-signin" action="/2013/accounts/login/" method="POST" enctype="multipart/form-data"> {% csrf_token %}
<h3 class="form-signin-heading">Please sign in</h3>
{{ form.as_p }}
- <input type="hidden" name = "next" value="/2013/{{ next }}">
+ <input type="hidden" name = "next" value="{{ next }}">
<button class="success expand" type="submit">Sign in</button>
</form>
<h6>Dont have an scipy account? <a href="/2013/accounts/register"><u>Register Here.</u></a></h6>
diff --git a/scipy/templates/profile.html b/scipy/templates/profile.html
index f6c629a..d64b87c 100644
--- a/scipy/templates/profile.html
+++ b/scipy/templates/profile.html
@@ -1,5 +1,5 @@
<h3>Register</h3>
-<form action="/accounts/profile/" method="POST"> {% csrf_token %}
+<form action="/2013/accounts/profile/" method="POST"> {% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Update">
</form>
diff --git a/scipy/templates/upload-document.html b/scipy/templates/upload-document.html
index 19aed25..00ff130 100644
--- a/scipy/templates/upload-document.html
+++ b/scipy/templates/upload-document.html
@@ -2,7 +2,7 @@
{% block content %}
<div class="large-6 large-centered columns">
<form class="form-signin" action="/2013/accounts/upload-document/" method="POST" enctype="multipart/form-data"> {% csrf_token %}
- <h3 class="form-signin-heading">Upload your abstract</h3>
+ <h3 class="form-signin-heading">Submit Proposal</h3>
{{ form }}
<input type="hidden" name = "next" value="{{ next }}">
<button class="success expand" type="submit">Submit</button>