|
|
|
@ -33,6 +33,7 @@ |
|
|
|
<meta property="fb:admins" content="Facebook numeric ID"> |
|
|
|
<meta property="fb:admins" content="Facebook numeric ID"> |
|
|
|
<meta name="csrf-token" content="{{ csrf_token }}"> |
|
|
|
<meta name="csrf-token" content="{{ csrf_token }}"> |
|
|
|
<link rel="stylesheet" media="all" href={% static "css/app.css" %}> |
|
|
|
<link rel="stylesheet" media="all" href={% static "css/app.css" %}> |
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/> |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
var viewportmeta = document.querySelector('meta[name="viewport"]'); |
|
|
|
var viewportmeta = document.querySelector('meta[name="viewport"]'); |
|
|
|
if (viewportmeta) { |
|
|
|
if (viewportmeta) { |
|
|
|
|