Skip to content

Commit 7415b16

Browse files
committed
Merge branch 'mnelson4-use-super-block' into v2.2.1
2 parents 3f41cff + 3d8d970 commit 7415b16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mfa/templates/MFA.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "base.html" %}
22
{% load static %}
33
{% block head %}
4+
{{block.super}}
45
<script type="text/javascript">
56
function confirmDel(id) {
67
$.ajax({
@@ -39,6 +40,7 @@
3940
<script src="{% static 'mfa/js/bootstrap-toggle.min.js'%}"></script>
4041
{% endblock %}
4142
{% block content %}
43+
{{block.super}}
4244
<br/>
4345
<br/>
4446
<div class="container">

0 commit comments

Comments
 (0)