diff options
author | komalsheth286 | 2016-09-28 10:42:21 +0530 |
---|---|---|
committer | komalsheth286 | 2016-09-28 10:42:21 +0530 |
commit | f83563239fe821e4e2aeea3739b1499063158a0d (patch) | |
tree | aeec1b9c66faae09a26ba67ad79dac26b2ff0feb /website/templates/user-register.html | |
parent | 856962325a51962d15814680be21ed0a53091deb (diff) | |
download | SciPy2016-f83563239fe821e4e2aeea3739b1499063158a0d.tar.gz SciPy2016-f83563239fe821e4e2aeea3739b1499063158a0d.tar.bz2 SciPy2016-f83563239fe821e4e2aeea3739b1499063158a0d.zip |
Config file added
Diffstat (limited to 'website/templates/user-register.html')
-rwxr-xr-x | website/templates/user-register.html | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/website/templates/user-register.html b/website/templates/user-register.html index c27b294..ff66ae2 100755 --- a/website/templates/user-register.html +++ b/website/templates/user-register.html @@ -82,56 +82,7 @@ </section> </div> - <!-- <footer id="footer"> - <section id="contact"> - <h2>Write to Us</h2> - <p>Feel free to send us an email if you have any questions.</p> - <form id="contact" action="" class="form" role="form" method=POST enctype="multipart/form-data">{% csrf_token %} - <div class="col-md-6 form-group"> - <input class="form-control" id="name" name="name" placeholder="Name" type="text" required /> - </div> - <div class="col-md-6 form-group"> - <input class="form-control" id="email" name="email" placeholder="Email" type="email" required /> - </div> - <br><br> - <textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea> - <br> - <div class = "col-md-3"> - <input class="form-control" style="color:black;" readonly type="text" id="a" /> - </div> - <div class = "col-md-3"> - <input placeholder = "Answer" class="form-control" type="text" id="b"/> - </div> - <div class = "col-md-3"> - <button class="button" id = "c" type="submit">Send Message</button> - </div> - </section> - <section> - <h2>Contact Us</h2> - <dl class="alt"> - <dt>Address</dt> - <dd>1234 Somewhere Road • Nashville, TN 00000 • USA</dd> - <dt>Phone</dt> - <dd>(000) 000-0000 x 0000</dd> - <dt>Email</dt> - <dd><a style="color:white;" href="#">information@untitled.tld</a></dd> - </dl> - <ul class="icons"> - <li><a style="color:white;" href="#" class="icon-twitter alt"><span class="label"></span></a></li> - <li><a style="color:white;" href="#" class="icon-facebook alt"><span class="label"></span></a></li> - <li><a style="color:white;" href="#" class="icon-instagram alt"><span class="label"></span></a></li> - <li><a style="color:white;" href="#" class="icon-github alt"><span class="label"></span></a></li> - <li><a style="color:white;" href="#" class="icon-dribbble alt"><span class="label"></span></a></li> - </ul> - Visit SciPy.in/ <a style="color:white;" href="">2009</a>/ - <a style="color:white;" href="">2010</a>/ - <a style="color:white;" href="">2011</a>/ - <a style="color:white;" href="">2012</a>/ - <a style="color:white;" href="">2013</a>/ - <a style="color:white;" href="">2014</a>/ - <a style="color:white;" href="">2015</a> - </section> - </footer> --> + {% endblock %} |