diff --git a/app/views/templates/button.html b/app/views/templates/button.html index ce7861a..1f3f938 100644 --- a/app/views/templates/button.html +++ b/app/views/templates/button.html @@ -1,5 +1,5 @@ - Login Button - Logout {{profile.email}} - Access denied. + Login Button + Logout {{profile.email}} + Access denied. diff --git a/app/views/templates/default.html b/app/views/templates/default.html index dbd71f2..305d736 100644 --- a/app/views/templates/default.html +++ b/app/views/templates/default.html @@ -1,5 +1,5 @@ - {{text}} - Logout {{profile.email}} - Access denied. Try again. + {{text}} + Logout {{profile.email}} + Access denied. Try again.