Skip to content

Commit d53bc1c

Browse files
committed
Added a missing templatetag library load instruction for bootstrap3. Addresses issue ietf-tools#1662.
- Legacy-Id: 9486
1 parent d2eb460 commit d53bc1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/doc/submit_to_iesg.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{% extends "base.html" %}
22

3+
{% load bootstrap3 %}
4+
35
{% block title %}
46
Publication request for {{doc.name}}-{{doc.rev}}
57
{% endblock %}

0 commit comments

Comments
 (0)