diff --git a/templates/base.html b/templates/base.html
index 6d8dfd1..b8122e7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -82,7 +82,7 @@
function refresh() {
if(new Date().getTime() - time >= 300000){
console.log('refresh!');
- window.location.href = '/en/';
+ window.location.href = '/';
} else {
setTimeout(refresh, 300000);
}