Corrected path to /forgot-password

needed to be hyphenated rather than underscored
This commit is contained in:
Jamie Wilson 2014-09-19 09:56:56 -05:00
parent 64df11d9fe
commit 37f363df37

View file

@ -95,7 +95,7 @@
</div>
{{/if}}
<div class="form-actions">
<a href="/forgot_password">{{i18n "Forgot password?"}}</a>
<a href="/forgot-password">{{i18n "Forgot password?"}}</a>
<input type="submit" class="button" value="{{i18n "Submit"}}" />
</div>
</form>