fixed html lang attr
This commit is contained in:
parent
31781778e4
commit
e13a2fba01
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
{% load static bootstrap3 i18n %}
|
{% load static bootstrap3 i18n %}
|
||||||
|
{% get_current_language as LANGUAGE_CODE %}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{LANGUAGE_CODE}}">
|
<html lang="de">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
@ -39,7 +40,6 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="page-top" class="index">
|
<body id="page-top" class="index">
|
||||||
{% get_current_language as LANGUAGE_CODE %}
|
|
||||||
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent">
|
<nav class="navbar navbar-default navbar-fixed-top topnav navbar-transparent">
|
||||||
<div class="topnav">
|
<div class="topnav">
|
||||||
<!-- Brand and toggle get grouped for better mobile display -->
|
<!-- Brand and toggle get grouped for better mobile display -->
|
||||||
|
|
Loading…
Reference in a new issue