108536490: Initial effort to implement log in

Add endpoint for post to /sign-in
Initialise role data
This commit is contained in:
Rebecca Law
2015-11-27 09:47:29 +00:00
parent 4d2b9c7fc2
commit 7f96ef5a25
17 changed files with 183 additions and 56 deletions

View File

@@ -43,11 +43,6 @@ def dashboard():
return render_template('dashboard.html')
@main.route("/sign-in")
def signin():
return render_template('signin.html')
@main.route("/add-service")
def addservice():
return render_template('add-service.html')