Skip to content

Commit 07996b1

Browse files
author
Kátia Nakamura
committed
organizers: add organizer model
1 parent fd35691 commit 07996b1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyconbalkan/organizers/templates/organizers.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,22 @@
1818
<!-- Bootstrap 4 -->
1919
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
2020
<link rel="stylesheet" href="{% static 'css/style.css' %}">
21-
2221
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
2322
<!--[if lt IE 9]>
2423
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
2524
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
2625
<![endif]-->
2726
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900"
2827
rel="stylesheet">
28+
<!-- Global site tag (gtag.js) - Google Analytics -->
29+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118269305-1"></script>
30+
<script>
31+
window.dataLayer = window.dataLayer || [];
32+
function gtag(){dataLayer.push(arguments);}
33+
gtag('js', new Date());
34+
35+
gtag('config', 'UA-118269305-1');
36+
</script>
2937
</head>
3038

3139
<body>

0 commit comments

Comments
 (0)