From b91a3a48b8d57a49b3f2ca52bf98164f827aa9b6 Mon Sep 17 00:00:00 2001 From: JoBCB Date: Mon, 16 Nov 2020 10:55:28 +0000 Subject: [PATCH] added placeholder coming soon --- templates/searchtools.html | 1 + templates/tutorials.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/templates/searchtools.html b/templates/searchtools.html index ada3952..60b6323 100644 --- a/templates/searchtools.html +++ b/templates/searchtools.html @@ -1,5 +1,6 @@ {% extends "layout.html" %} {% block content %} +

Coming soon...

{% endblock content %} \ No newline at end of file diff --git a/templates/tutorials.html b/templates/tutorials.html index 413d549..3148d2c 100644 --- a/templates/tutorials.html +++ b/templates/tutorials.html @@ -10,4 +10,6 @@ } +

Coming soon...

+ {% endblock content %} \ No newline at end of file