diff options
Diffstat (limited to 'static/templates/base.html')
| -rw-r--r-- | static/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/templates/base.html b/static/templates/base.html index 2d9f8fd..fe4875e 100644 --- a/static/templates/base.html +++ b/static/templates/base.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="{{lang()}}"> +<html lang="{{lang}}"> <head> <title>{% block title %}{% endblock title %}</title> <meta charset="utf-8" /> |
