diff options
Diffstat (limited to 'app/lttr/templates')
-rw-r--r-- | app/lttr/templates/lttr/confirm_activate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lttr/templates/lttr/confirm_activate.html b/app/lttr/templates/lttr/confirm_activate.html index d67ee1b..f16c4ee 100644 --- a/app/lttr/templates/lttr/confirm_activate.html +++ b/app/lttr/templates/lttr/confirm_activate.html @@ -11,7 +11,7 @@ <main role="main" id="essay-archive" class="essay-archive archive-list"> <div class="essay-intro"> <h2>You're confirmed, thanks for joining.</h2> - <p>If you'd like you can <a href="/lttr/">visit the archives</a> of past mailings.</p> + <p>If you'd like you can <a href="{% url 'lttr:list'%}">visit the archives</a> of past mailings.</p> </div> </main> {%endblock%} |