From d79f1aee42f297d2fdbb1d5f7752cf41013dbe6c Mon Sep 17 00:00:00 2001 From: yangjian Date: Tue, 23 Jun 2020 22:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E5=BA=9F=E5=BC=83=E7=9A=84ht?= =?UTF-8?q?ml=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/app_doc/create_base.html | 495 ------------------------------ 1 file changed, 495 deletions(-) delete mode 100644 template/app_doc/create_base.html diff --git a/template/app_doc/create_base.html b/template/app_doc/create_base.html deleted file mode 100644 index 6eaca51..0000000 --- a/template/app_doc/create_base.html +++ /dev/null @@ -1,495 +0,0 @@ -{% load staticfiles %} - - - - - - - - - - {% block title %}{% endblock %} - MrDoc - - - - - - - {% block custom_style %}{% endblock %} - - - - -{% include 'app_doc/head_base.html' %} - - - -
- {% block content %} - {% endblock %} -
- - - - - - - - -{% block custom_script %} -{% endblock %} - -{% block custom_div %} -{% endblock %} - - - - - - - - \ No newline at end of file