diff options
Diffstat (limited to 'templates/patchwork/optin.html')
-rw-r--r-- | templates/patchwork/optin.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/patchwork/optin.html b/templates/patchwork/optin.html index f7c0c04..01aaa0e 100644 --- a/templates/patchwork/optin.html +++ b/templates/patchwork/optin.html @@ -9,11 +9,11 @@ automated email from this patchwork system, using the address <strong>{{email}}</strong>.</p> <p>If you later decide that you no longer want to receive automated mail from -patchwork, just visit <a href="{% url patchwork.views.mail.settings %}" ->http://{{site.domain}}{% url patchwork.views.mail.settings %}</a>, or +patchwork, just visit <a href="{% url 'patchwork.views.mail.settings' %}" +>http://{{site.domain}}{% url 'patchwork.views.mail.settings' %}</a>, or visit the main patchwork page and navigate from there.</p> {% if user.is_authenticated %} -<p>Return to your <a href="{% url patchwork.views.user.profile %}">user +<p>Return to your <a href="{% url 'patchwork.views.user.profile' %}">user profile</a>.</p> {% endif %} {% endblock %} |