Skip to content

Commit 3d8d970

Browse files
committed
use block.super for more friendly overriding of parent blocks
1 parent a841bde commit 3d8d970

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)