diff options
Diffstat (limited to 'static/website/templates/fetch_posts.html')
-rw-r--r-- | static/website/templates/fetch_posts.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/static/website/templates/fetch_posts.html b/static/website/templates/fetch_posts.html deleted file mode 100644 index d6d4e06..0000000 --- a/static/website/templates/fetch_posts.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends 'website/templates/base.html' %} -{% block content %} -{{ category }}, {{ tutorial }} -<br> -Number of posts: {{ posts|length }} <br> -{% for post in posts %} - <a href="{% url 'website:get_post' post.id %}"> {{ post.title }}</a> -{% endfor %} -{% endblock %} |