diff options
author | blendoit <blendoit@gmail.com> | 2020-01-25 09:53:18 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-25 09:53:18 -0800 |
commit | 8a5b3a083ad9b3bd710d944e5c83ac08ead433e7 (patch) | |
tree | a8dc75ab9fa433f4c4b808ae570f0fd83280e3b9 /app/templates/yes.html | |
parent | 6056f5a2f5e00347c73e827e6f1f781d08d91799 (diff) |
Placeholder content and CSS style sheets.
Diffstat (limited to 'app/templates/yes.html')
-rw-r--r-- | app/templates/yes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/yes.html b/app/templates/yes.html index 00a330d..3ccc24b 100644 --- a/app/templates/yes.html +++ b/app/templates/yes.html @@ -20,7 +20,7 @@ {% endfor %} </div> - <div class="feed-post"> + <div class="feed-news"> {% for news in news %} <div class="news"> <h1>{{news.author}}</h1> |