diff options
author | prashantsinalkar | 2017-09-18 10:53:05 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-09-18 10:53:05 +0530 |
commit | c2939c84cbed1e48492177b6516f542e768966e4 (patch) | |
tree | ddede79899b7e2baf8d6890a69d156d14b179ae3 /website/templates/submit-cfp.html | |
parent | 7f5c751db3933e450a82e6d892c865101ccd4915 (diff) | |
download | SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.tar.gz SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.tar.bz2 SciPy2017-c2939c84cbed1e48492177b6516f542e768966e4.zip |
updated the templates
Diffstat (limited to 'website/templates/submit-cfp.html')
-rwxr-xr-x | website/templates/submit-cfp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html index 4629883..56e3c3f 100755 --- a/website/templates/submit-cfp.html +++ b/website/templates/submit-cfp.html @@ -20,7 +20,7 @@ {% block content %} <div class="container"> {% if proposals_a > 1 %} You have exceeded the abstract submission limit. - You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class="btn "> here</a> + You may view your submitted proposals by clicking <a href="{% url 'website:view_abstracts' %}" class ="btn btn-info" role="button"> here</a> <!-- <h2>{{ user.get_full_name|default:user.username }} </h2> --> {% else %} <h2><u>Proposal Guidelines</u></h2> @@ -46,7 +46,7 @@ {% endfor %} </div> {% csrf_token %} - <center><button class="button special" type="submit">Submit</button></center> + <center><button class="btn btn-info" type="submit">Submit</button></center> </form> {% endif %} </div> |