BrownPaperBag/duffel-auth

View on GitHub
lib/views/duffel-auth/email/forgot-password.nunjucks

Summary

Maintainability
Test Coverage
{% extends "/email/layouts/default.html" %}
{% block content %}
<h3>Hi, {$ user.name $}</h3>
<p class="lead">A password reset has been requested for your account.</p>
<p>Click the password reset link below to set a new password on your account.</p>
<p class="callout"><a href="{$ rootUrl $}/forgot-password/reset/{$ token.token $}">Reset Password</a></p>
{% endblock %}