aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/accounts/updates.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/accounts/updates.html')
-rw-r--r--servo/templates/accounts/updates.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/accounts/updates.html b/servo/templates/accounts/updates.html
index 121aea9..08644ba 100644
--- a/servo/templates/accounts/updates.html
+++ b/servo/templates/accounts/updates.html
@@ -4,7 +4,7 @@
{% block toolbar %}
{% if perms.servo.add_order %}
- <a href="{% url 'accounts-clear_notifications' request.user.username %}?t={% now "Y/m/d/H/i" %}" class="btn"><i class="icon-ok"></i> {% trans "Clear all" %}</a>
+ <a href="{% url 'accounts-clear_notifications' %}?t={% now "Y/m/d/H/i" %}" class="btn"><i class="icon-ok"></i> {% trans "Clear all" %}</a>
{% endif %}
{% endblock toolbar %}