v2.3.0 #done

This commit is contained in:
Mohamed ElKalioby
2021-09-21 20:23:39 +03:00
parent 7415b169c9
commit 85b4a25956
6 changed files with 23 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "mfa_base.html" %}
{% load static %}
{% block head %}
{{block.super}}

View File

@@ -0,0 +1,7 @@
{% extends 'base.html' %}
{% block head %}
{{ block.super }}
{% endblock %}
{% block content %}
{{ block.super }}
{% endblock %}