Skip to content

Commit

Permalink
use block.super for more friendly overriding of parent blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrim committed Sep 16, 2021
1 parent a841bde commit 3d8d970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mfa/templates/MFA.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% block head %}
{{block.super}}
<script type="text/javascript">
function confirmDel(id) {
$.ajax({
Expand Down Expand Up @@ -39,6 +40,7 @@
<script src="{% static 'mfa/js/bootstrap-toggle.min.js'%}"></script>
{% endblock %}
{% block content %}
{{block.super}}
<br/>
<br/>
<div class="container">
Expand Down

0 comments on commit 3d8d970

Please sign in to comment.