lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

commit 7c5734e59397c532952a529f0ac24a894fab3525
parent 8aa8bc8be3feb7990812815ba2bd4d06812f5fb4
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 28 Jul 2021 16:00:43 +0200

config.default_language => lang

Diffstat:
Mtemplates/base.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="{{ config.default_language }}"> +<html lang="{{ lang }}"> <head> <title>{% block title %}{% endblock title %}</title> <meta charset="utf-8">