Added a missing {% load bootstrap3 %} in a template.
- Legacy-Id: 9846
This commit is contained in:
parent
69933000d0
commit
c8ac65ab1d
|
@ -1,6 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
||||
{% load origin %}
|
||||
{% load bootstrap3 %}
|
||||
|
||||
{% block title %}Clear ballot for {{ doc }}{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue