diff options
Diffstat (limited to 'app/templates/no.html')
-rw-r--r-- | app/templates/no.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app/templates/no.html b/app/templates/no.html index e1b9238..5bb7a0f 100644 --- a/app/templates/no.html +++ b/app/templates/no.html @@ -9,13 +9,9 @@ <a href="{{ url_for('home') }}" class="tab-home"></a> <div class="main"> - {% for post in posts %} - <div class="post"> - <h1>{{post.author}}</h1> - <h2>{{post.date}}</h2> - <p>{{post.content}}</p> - </div> - {% endfor %} + <p> + Tell me, no + </p> </div> </div> |