diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-11 21:09:43 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-11 21:09:43 -0500 |
commit | 129a8545b520380a8567a4e7405634250f3d7da5 (patch) | |
tree | a9ca07acd33a07914ac4e5cb737942a73703cad5 /app/lttr/templates | |
parent | 49f49c1488f5b8fb6cad376123feabf9214ec524 (diff) |
fixed a bug with confirm template redirect
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 f16c4ee..b283adb 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="{% url 'lttr:list'%}">visit the archives</a> of past mailings.</p> + <p>If you'd like you can <a href="{% url 'lttr:list' slug=newsletter %}">visit the archives</a> of past mailings.</p> </div> </main> {%endblock%} |