diff options
Diffstat (limited to 'app/templates')
-rw-r--r-- | app/templates/home.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index d21c427..5990c14 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -17,7 +17,6 @@ <h2>{{post.date}}</h2> <p>{{post.content}}</p> </div> - <div class="btn-wrapper"> <a href="{{ url_for('home') }}" class="btn-yes"></a> <a href="{{ url_for('home') }}" class="btn-no"></a> |