diff options
author | Sashi20 | 2017-10-09 16:46:17 +0530 |
---|---|---|
committer | Sashi20 | 2017-10-09 16:46:17 +0530 |
commit | 4de1369acc09f749682a11ec5aece1db50550b1e (patch) | |
tree | 28c4c0d967f6f81f15b94d2591c9db8a313d2226 /website/templates/submit-cfw.html | |
parent | 44c95fc7f30e93549d35febe6d953870ca64bdbf (diff) | |
download | SciPy2017-4de1369acc09f749682a11ec5aece1db50550b1e.tar.gz SciPy2017-4de1369acc09f749682a11ec5aece1db50550b1e.tar.bz2 SciPy2017-4de1369acc09f749682a11ec5aece1db50550b1e.zip |
Added google analytics code
Diffstat (limited to 'website/templates/submit-cfw.html')
-rwxr-xr-x | website/templates/submit-cfw.html | 5 |
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 %} |