Skip to content

Commit

Permalink
Merge branch 'mnelson4-use-super-block' into v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Sep 21, 2021
2 parents 3f41cff + 3d8d970 commit 7415b16
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 7415b16

Please sign in to comment.