Minor fixes

This commit is contained in:
Sahat Yalkabov
2013-12-04 14:27:18 -05:00
parent 1917df6b61
commit b6acf80f27
2 changed files with 3 additions and 7 deletions

View File

@ -15,10 +15,10 @@ block content
label(class='col-sm-2 control-label', for='contactBody') Body
.col-sm-10
textarea.form-control(type='text', name='contactBody', id='contactBody', rows='7')
p.help-block Powered by SendGrid
.form-group
.col-sm-offset-2.col-sm-10
button.btn.btn-primary(type='submit') Send
.pull-right.clearfix Powered by SendGrid
if error.length
.alert.alert-danger

View File

@ -3,7 +3,8 @@ extends layout
block content
if messages.length
.alert.alert-danger
strong= messages
for message in messages
div= message
.login-container.signup.animated.fadeIn
h3.text-center
span.text-primary PROJECT
@ -41,8 +42,3 @@ block content
| GitHub
p Already have an account? 
a(href='/login') Login now
if messages.length
.alert.alert-danger
for message in messages
div= message