projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da5bb4
)
Clarify that ^ is added to all varnish purge expressions automatically
author
Magnus Hagander
<magnus@hagander.net>
Fri, 30 Nov 2012 07:11:13 +0000
(16:11 +0900)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 30 Nov 2012 07:16:13 +0000
(16:16 +0900)
templates/core/admin_purge.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/core/admin_purge.html
b/templates/core/admin_purge.html
index d7e91f1faf9d3d2fc46c898bc5e28dadc481c5e2..31fee35b6bd5343c6146a574a8b8898678d13507 100644
(file)
--- a/
templates/core/admin_purge.html
+++ b/
templates/core/admin_purge.html
@@
-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>