Index: pages/exceptions/popup.tmpl |
diff --git a/pages/exceptions/popup.tmpl b/pages/exceptions/popup.tmpl |
index 2efc137335babe87f7db3d1ec7cf0fda0a4ee47e..cd8c2735a6ebb169c7a1b78b062ac3e80f62a8dd 100644 |
--- a/pages/exceptions/popup.tmpl |
+++ b/pages/exceptions/popup.tmpl |
@@ -24,8 +24,8 @@ function do_popup() |
<a href="/en/exceptions/popup" target="_blank">Link popup</a><br><br> |
</div> |
<h3>Filters</h3> |
- <pre>||testpages.adblockplus.org/en/exceptions/popup^$popup</pre> |
- <pre>@@||testpages.adblockplus.org/en/exceptions/popup^$popup</pre> |
+ <pre>||{{ site_url|strip_proto }}/en/exceptions/popup^$popup</pre> |
+ <pre>@@||{{ site_url|strip_proto }}/en/exceptions/popup^$popup</pre> |
</section> |
<section class="site-panel"> |
@@ -34,6 +34,6 @@ function do_popup() |
<button onclick="do_popup();">window.open() popup</button> |
</div> |
<h3>Filters</h3> |
- <pre>||testpages.adblockplus.org/en/popuptarget^$popup</pre> |
- <pre>@@||testpages.adblockplus.org/en/filters/popup-exception^$popup</pre> |
+ <pre>||{{ site_url|strip_proto }}/en/popuptarget^$popup</pre> |
+ <pre>@@||{{ site_url|strip_proto }}/en/filters/popup-exception^$popup</pre> |
</section> |