diff options
Diffstat (limited to 'src/main/resources/templates/pages/login.html.ftl')
-rw-r--r-- | src/main/resources/templates/pages/login.html.ftl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/pages/login.html.ftl b/src/main/resources/templates/pages/login.html.ftl index fad699f..3d9e6b8 100644 --- a/src/main/resources/templates/pages/login.html.ftl +++ b/src/main/resources/templates/pages/login.html.ftl @@ -23,10 +23,10 @@ <input id="passwordField" type="password" name="password" tabindex="2" /> <input type="submit" value="Login" class="login-button" /> </form> - <a href="https://myfoursquarechurch.ccbchurch.com/w_password.php">Forgot username or password?</a> + <a href="https://motionchurch.ccbchurch.com/w_password.php">Forgot username or password?</a> </div> <div style="font-weight: bold;"> - <a href="https://myfoursquarechurch.ccbchurch.com/w_sign_up.php">Sign Up</a> + <a href="https://motionchurch.ccbchurch.com/w_sign_up.php">Sign Up</a> </div> </div> </div> |