diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 00:55:03 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 00:55:03 -0500 |
| commit | 62e06a2c9ce5054777a7a790e5b03b96d3cd6425 (patch) | |
| tree | 4e5c4cb1851ba221c1c3dab4e46ee4db3b18b344 /views | |
| parent | 3113bd7dfee404eea113633f97027a2370f8d817 (diff) | |
| parent | a160304a54ee0219f48faee8a7402503f2160902 (diff) | |
Merge branch 'authentication' of github-tsch-brown:browngraphicslab/Dash-Web into authentication
Diffstat (limited to 'views')
| -rw-r--r-- | views/layout.pug | 4 | ||||
| -rw-r--r-- | views/signup.pug | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/views/layout.pug b/views/layout.pug index fb22ae770..95a5a391f 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -12,6 +12,4 @@ html(lang='') link(rel='stylesheet', href='/css/main.css') body - - .container - block content
\ No newline at end of file + block content
\ No newline at end of file diff --git a/views/signup.pug b/views/signup.pug index 9863b453e..374710e6f 100644 --- a/views/signup.pug +++ b/views/signup.pug @@ -4,7 +4,6 @@ extends ./layout block content style include ./stylesheets/authentication.css - .page-header form.form-horizontal(id='signup-form', method='POST') input(type='hidden', name='_csrf', value=_csrf) .overlay(id='overlay_signup') |
