diff options
Diffstat (limited to 'fatcat_scholar/templates')
-rw-r--r-- | fatcat_scholar/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 8d0a5ae..c4e78c6 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -210,7 +210,7 @@ document.getElementById("search_form").onsubmit = function(){ window.goatcounter = { /* title leaks search query, so don't report it */ title: "", - {# to allow localhost connections (dev) to be colected, set: allow_local: true #} + {# to allow localhost connections (dev) to be collected, set: allow_local: true #} }; </script> <script data-goatcounter="{{ settings.GOATCOUNTER_ENDPOINT }}" async src="{{ settings.GOATCOUNTER_SCRIPT_URL }}"></script> |