Commit 8a46ae38 authored by Nick Stenning's avatar Nick Stenning

Remove flash on submitting forgot password form

Rather than flashing a message to check the user's email, display a
persistent message on the reset password form if the code has not been
prefilled.
parent 943ad869
......@@ -125,6 +125,13 @@ html {
.form-inline .control-group { margin-bottom: 0; }
.form-vertical {
legend {
font-size: $body1-font-size;
line-height: $body1-line-height;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
select, textarea, input, button {
display: block;
// margin-top: .75em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment