Fix email templates path, signup message.

This commit is contained in:
Jonathan Cremin 2015-08-09 10:55:10 +01:00
parent 0d762bb416
commit 84e5925135
2 changed files with 8 additions and 3 deletions

View file

@ -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') { %>