diff options
author | hardythe1 | 2015-07-06 18:23:56 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-06 18:23:56 +0530 |
commit | 956fb8a60d2dbc8f05126807d098b17df0b22ddb (patch) | |
tree | 4965370d86053ddb7d05b511de6c30c5d15c42d7 | |
parent | 26f0a32cfb00a9963dc7680d19236d107ca2db6b (diff) | |
download | SciPy2015-956fb8a60d2dbc8f05126807d098b17df0b22ddb.tar.gz SciPy2015-956fb8a60d2dbc8f05126807d098b17df0b22ddb.tar.bz2 SciPy2015-956fb8a60d2dbc8f05126807d098b17df0b22ddb.zip |
remove unwanted
-rw-r--r-- | website/templates/cfp.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index 74b647e..202bca2 100644 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load static %} {% block navbar %} <div id="navbar-main"> @@ -72,7 +73,7 @@ </ul> <hr> {% if user and not user.is_anonymous %} - <a href="{% url 'website:submitcfp' %}" class="btn btn btn-primary" type="submit">Submit a Talk</a> + <a href="{% url 'website:submitcfp' %}" class="btn btn btn-primary">Submit a Talk</a> {% else %} To Submit a Talk Login with: <p><a href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.path }}" class="btn btn btn-primary">Google</a> or |