Skip to content

Commit c8ac65a

Browse files
committed
Added a missing {% load bootstrap3 %} in a template.
- Legacy-Id: 9846
1 parent 6993300 commit c8ac65a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/doc/ballot/clear_ballot.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "base.html" %}
22
{# Copyright The IETF Trust 2015, All Rights Reserved #}
33
{% load origin %}
4+
{% load bootstrap3 %}
45

56
{% block title %}Clear ballot for {{ doc }}{% endblock %}
67

0 commit comments

Comments
 (0)