Skip to content
Commits on Source (2)
......@@ -13,6 +13,7 @@ const TEMPLATE_CONTAINER_STR = `<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>{{.PageTitle}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style type="text/css">
body {
......
......@@ -166,6 +166,9 @@ const TEMPLATE_STR = `
{{ else }}
<h6>Le vote est clos. Résultats:</h6>
<ul>
<li><strong>Votants</strong>: {{.Question.VoteCount}}</li>
</ul>
<ul>
{{ range .Question.Answers }}
......