Skip to content

Commit

Permalink
[xs] fix password request
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 16, 2012
1 parent b486244 commit e7fa2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/login.html
Expand Up @@ -48,7 +48,7 @@
<div class="form-actions">
<button name="s" id="s" type="submit" class="btn btn-primary">${_('Sign In')}</button>
&mdash;
<a href="${h.url_for('reset')}">Forgot your password?</a>
<a href="${h.url_for(controller='user', action='request_reset')}">Forgot your password?</a>
</div>
</fieldset>
</form>
Expand Down

0 comments on commit e7fa2c1

Please sign in to comment.