Commit e1f2e595da2c00818af64e466718e9aeff9ed2a9

Authored by Sergio Oliveira
1 parent f3c707de

Adding meta charset

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/templates/base.html
... ... @@ -3,6 +3,7 @@
3 3 <html>
4 4 <head>
5 5 {% block head %}
  6 + <meta charset="UTF-8" />
6 7 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7 8  
8 9 <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" />
... ...