From 0851fbd1ec09b142608667bf90ee806e59cafb28 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 17 Nov 2022 18:52:00 -0700 Subject: Add search and better notifications --- templates/activities/_home_menu.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 templates/activities/_home_menu.html (limited to 'templates/activities/_home_menu.html') diff --git a/templates/activities/_home_menu.html b/templates/activities/_home_menu.html deleted file mode 100644 index db441a2..0000000 --- a/templates/activities/_home_menu.html +++ /dev/null @@ -1,27 +0,0 @@ - - -{% if current_page == "home" %} -

Compose

-
- {% csrf_token %} - {{ form.text }} - {{ form.content_warning }} -
- CW - -
-
-{% endif %} -- cgit v1.2.3