diff options
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> |