diff options
Diffstat (limited to 'src/templates/pages')
-rw-r--r-- | src/templates/pages/about.html.ftl | 2 | ||||
-rw-r--r-- | src/templates/pages/index.html.ftl | 2 | ||||
-rw-r--r-- | src/templates/pages/login.html.ftl | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/pages/about.html.ftl b/src/templates/pages/about.html.ftl index 65a1f1d..3ab2bc0 100644 --- a/src/templates/pages/about.html.ftl +++ b/src/templates/pages/about.html.ftl @@ -9,8 +9,6 @@ </@noticebox> <@content> - <img src="images/buckets.png" /> - <h1>About</h1> <p> Curabitur mattis molestie ligula, ac vestibulum Curabitur diff --git a/src/templates/pages/index.html.ftl b/src/templates/pages/index.html.ftl index 44f9dce..4e6ea73 100644 --- a/src/templates/pages/index.html.ftl +++ b/src/templates/pages/index.html.ftl @@ -11,7 +11,7 @@ </@noticebox> <@content> - <img src="images/buckets.png" /> + <img src="${staticRoot}/images/buckets.png" /> <h1>Grow "Buckets"</h1> <p> diff --git a/src/templates/pages/login.html.ftl b/src/templates/pages/login.html.ftl index 29e30e9..590649c 100644 --- a/src/templates/pages/login.html.ftl +++ b/src/templates/pages/login.html.ftl @@ -12,7 +12,7 @@ <@content> <p>Welcome! You will need to login with your Foursquare Church InFellowship login.</p> - <form action="login.html" method="post"> + <form action="${dynamicRoot}/login.html" method="post"> <p><label for="emailField">Email:</label> <input id="emailField" type="text" name="email" /></p> <p><label for="passwordField">Password:</label> <input id="passwordField" type="password" name="password" /></p> <p><input type="submit" value="Login" /></p> |