Fix email templates path, signup message.
This commit is contained in:
parent
0d762bb416
commit
84e5925135
2 changed files with 8 additions and 3 deletions
|
@ -18,6 +18,11 @@
|
|||
|
||||
<section class="container user-form clearfix">
|
||||
<p class="lead">Sign up to Hostr.</p>
|
||||
<% if(typeof message !== 'undefined') { %>
|
||||
<div class="alert alert-success alert-signin">
|
||||
<%= message %>
|
||||
</div>
|
||||
<% } %>
|
||||
<div class="holder">
|
||||
<form role="form" action="/signup" method="post">
|
||||
<% if(typeof error !== 'undefined') { %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue