summaryrefslogtreecommitdiff
path: root/website/templates/submit-cfw.html
diff options
context:
space:
mode:
authorSashi202017-10-09 16:46:17 +0530
committerSashi202017-10-09 16:46:17 +0530
commit4de1369acc09f749682a11ec5aece1db50550b1e (patch)
tree28c4c0d967f6f81f15b94d2591c9db8a313d2226 /website/templates/submit-cfw.html
parent44c95fc7f30e93549d35febe6d953870ca64bdbf (diff)
downloadSciPy2017-4de1369acc09f749682a11ec5aece1db50550b1e.tar.gz
SciPy2017-4de1369acc09f749682a11ec5aece1db50550b1e.tar.bz2
SciPy2017-4de1369acc09f749682a11ec5aece1db50550b1e.zip
Added google analytics code
Diffstat (limited to 'website/templates/submit-cfw.html')
-rwxr-xr-xwebsite/templates/submit-cfw.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/website/templates/submit-cfw.html b/website/templates/submit-cfw.html
index 0761f41..af4a3dd 100755
--- a/website/templates/submit-cfw.html
+++ b/website/templates/submit-cfw.html
@@ -66,7 +66,10 @@
{% if form.error %}
Auch
{% endif %}
- <center><button class="btn btn-info" type="submit">Submit</button></center>
+ <center>
+ <button class="btn btn-info" type="submit">Submit</button>
+ <a href="{% url 'website:view_abstracts' %}" class ="btn btn-info" role="button">Back</a>
+ </center>
{% endif %}
</div>
{% endblock %}