diff --git a/cl/search/templates/includes/alert_modal.html b/cl/search/templates/includes/alert_modal.html
index a98c17cec2..3a297c0495 100644
--- a/cl/search/templates/includes/alert_modal.html
+++ b/cl/search/templates/includes/alert_modal.html
@@ -16,8 +16,8 @@
- {% if user.is_authenticated %}
+ {% if user.is_authenticated %}
+
{% if not request.GET.edit_alert %}
Get regular notifications about this query by creating an alert. Learn more
@@ -108,12 +108,14 @@
- {% else %}
- {# Anonymous user #}
+
+ {% else %}
+ {# Anonymous user #}
+
To get alerts for this search, sign in or register as a new user.
- {% endif %}
-
+
+ {% endif %}
diff --git a/cl/search/templates/search.html b/cl/search/templates/search.html
index 7178d3449e..70e1554307 100644
--- a/cl/search/templates/search.html
+++ b/cl/search/templates/search.html
@@ -58,18 +58,38 @@
{% endif %}