mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Corrected path to /forgot-password
needed to be hyphenated rather than underscored
This commit is contained in:
parent
64df11d9fe
commit
37f363df37
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
@ -103,4 +103,4 @@
|
|||
</div>
|
||||
|
||||
{{> invites }}
|
||||
</template>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue