From a6ef95af5b6b072acdc02ba4db08c1bdda4c1f1a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 15 Mar 2024 04:28:26 +0300 Subject: Remove ALL html templates from GeneNetwork3 GN3 provides an API to provide data, and needs no HTML UI. --- gn3/templates/base.html | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 gn3/templates/base.html (limited to 'gn3/templates/base.html') diff --git a/gn3/templates/base.html b/gn3/templates/base.html deleted file mode 100644 index db08545..0000000 --- a/gn3/templates/base.html +++ /dev/null @@ -1,24 +0,0 @@ -{% from "common-macros.html" import flash_messages%} - - - - - - - Genenetwork 3: {%block title%}{%endblock%} - - - - {%block css%}{%endblock%} - - - -

Genenetwork3: {%block pagetitle%}{%endblock%}

- -
- {%block content%}{%endblock%} -
- {%block js%}{%endblock%} - - -- cgit 1.4.1