diff options
Diffstat (limited to 'static/website/templates/recent_questions.html')
-rw-r--r-- | static/website/templates/recent_questions.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/static/website/templates/recent_questions.html b/static/website/templates/recent_questions.html deleted file mode 100644 index 1a4cc44..0000000 --- a/static/website/templates/recent_questions.html +++ /dev/null @@ -1,5 +0,0 @@ -<ul> -{% for question in recent_questions %} - <li>{{question.title}}</li> -{% endfor %} -</ul> |