diff options
author | prashantsinalkar | 2020-03-05 19:28:24 +0530 |
---|---|---|
committer | prashantsinalkar | 2020-03-06 11:48:26 +0530 |
commit | fde8470c5e47434df8c854bd3135763062fada12 (patch) | |
tree | c859006456fe98e2259424c5a3826e54c17e1cbf /arduino_blog/templates/user-register.html | |
parent | a87bea9854a2ab1248abac74c4b2f04f819297ee (diff) | |
download | arduino_projects_website-fde8470c5e47434df8c854bd3135763062fada12.tar.gz arduino_projects_website-fde8470c5e47434df8c854bd3135763062fada12.tar.bz2 arduino_projects_website-fde8470c5e47434df8c854bd3135763062fada12.zip |
fixed file structure and added forgot passowrd link
Diffstat (limited to 'arduino_blog/templates/user-register.html')
-rw-r--r-- | arduino_blog/templates/user-register.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino_blog/templates/user-register.html b/arduino_blog/templates/user-register.html index a5282d6..2b2fde6 100644 --- a/arduino_blog/templates/user-register.html +++ b/arduino_blog/templates/user-register.html @@ -5,7 +5,7 @@ {% block content %} <section id="register" class="section register"> - <div class="container"> + <div class="container fluid"> <center> <h2>Sign Up</h2> </center> |