summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/mail-settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/mail-settings.html')
-rw-r--r--templates/patchwork/mail-settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/patchwork/mail-settings.html b/templates/patchwork/mail-settings.html
index 303139a..440af08 100644
--- a/templates/patchwork/mail-settings.html
+++ b/templates/patchwork/mail-settings.html
@@ -13,7 +13,7 @@
<td>Patchwork <strong>may not</strong> send automated notifications to
this address.</td>
<td>
- <form method="post" action="{% url patchwork.views.mail.optin %}">
+ <form method="post" action="{% url 'patchwork.views.mail.optin' %}">
{% csrf_token %}
<input type="hidden" name="email" value="{{email}}"/>
<input type="submit" value="Opt-in"/>
@@ -24,7 +24,7 @@
<td>Patchwork <strong>may</strong> send automated notifications to
this address.</td>
<td>
- <form method="post" action="{% url patchwork.views.mail.optout %}">
+ <form method="post" action="{% url 'patchwork.views.mail.optout' %}">
{% csrf_token %}
<input type="hidden" name="email" value="{{email}}"/>
<input type="submit" value="Opt-out"/>