Clarify that ^ is added to all varnish purge expressions automatically
authorMagnus Hagander <magnus@hagander.net>
Fri, 30 Nov 2012 07:11:13 +0000 (16:11 +0900)
committerMagnus Hagander <magnus@hagander.net>
Fri, 30 Nov 2012 07:16:13 +0000 (16:16 +0900)
templates/core/admin_purge.html

index d7e91f1faf9d3d2fc46c898bc5e28dadc481c5e2..31fee35b6bd5343c6146a574a8b8898678d13507 100644 (file)
@@ -18,7 +18,7 @@
 {%endif%}
 
  <form method="POST" action=".">{% csrf_token %}
-URL (regex): <input type="text" name="url">
+URL (regex, ^ is auto-added): <input type="text" name="url">
   <input type="submit" value="Purge" />
  </form>