diff --git a/.gitignore b/.gitignore index c7d1b61..2387f3b 100755 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,7 @@ config.json *.sock # blueprints -threads.py -templates/threads.html +threads/ # Temp files *~ diff --git a/threads/templates/threads.html b/threads/templates/threads.html deleted file mode 100644 index ca894e4..0000000 --- a/threads/templates/threads.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - {{ app.title }} - - {% if threads|length == 1 %} - - - {% else %} - - - {% endif %} - - - - - - - - - - - - -
- -

{{ app.title }}

-

{{ app.description }}

-
-
-
- Back -
- - - Top -
- - -