We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766e367 commit e58db5bCopy full SHA for e58db5b
1 file changed
ietf/templates/doc/ballot_popup.html
@@ -1,5 +1,14 @@
1
-<!DOCTYPE html>{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
+<!doctype html>
2
+{# Copyright The IETF Trust 2015, All Rights Reserved #}
3
+{% load origin %}{% origin %}
4
{% load ietf_filters %}
5
+<html lang=en>
6
+<head>
7
+ <meta charset=utf-8>
8
+ <title>Ballot for {{ doc.name }}</title>
9
+</head>
10
+
11
+<body>
12
<div class="modal-header">
13
<button type="button" class="close" data-dismiss="modal">
14
<span aria-hidden="true">×</span>
@@ -35,3 +44,5 @@ <h4 class="modal-title" id="modal-title-{{ ballot_id }}">Ballot for {{ doc.name
35
44
{% endif %}
36
45
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
37
46
</div>
47
+</body>
48
+</html>
0 commit comments