summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/login.html
diff options
context:
space:
mode:
authorprashantsinalkar2020-02-27 17:12:00 +0530
committerprashantsinalkar2020-02-27 17:12:00 +0530
commitbb1f7457f90f51a531bca2dfc3527432898b0b09 (patch)
tree2aafd4e11c5b81c26031c2c85b6a65a691b397cc /arduino_blog/templates/login.html
parent3fb61ed2b017bfcc2fe663e15d21ff924ee750a6 (diff)
downloadarduino_projects_website-bb1f7457f90f51a531bca2dfc3527432898b0b09.tar.gz
arduino_projects_website-bb1f7457f90f51a531bca2dfc3527432898b0b09.tar.bz2
arduino_projects_website-bb1f7457f90f51a531bca2dfc3527432898b0b09.zip
updated ui and fixed code
Diffstat (limited to 'arduino_blog/templates/login.html')
-rw-r--r--arduino_blog/templates/login.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/arduino_blog/templates/login.html b/arduino_blog/templates/login.html
index 4010ec1..7c9bfc2 100644
--- a/arduino_blog/templates/login.html
+++ b/arduino_blog/templates/login.html
@@ -23,11 +23,10 @@
<br/>
</center>
{% endif %}
-
<form action="" method="POST">
{% csrf_token %}
{{ form.as_p }}
- <button class="button special" name ="login" type="submit">Login</button>
+ <button type="button" class="btn btn-success" name ="login" type="submit">Login</button>
<br/>
<br/>
<a style="padding-right : 20px;" href="{% url 'arduino_blog:user_register' %}" class="btn btn btn-primary">Create an Account