diff options
Diffstat (limited to 'app/templates')
-rw-r--r-- | app/templates/home.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index 28bde41..5598739 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -19,6 +19,9 @@ <h2>{{post.date}}</h2> <p>{{post.content}}</p> </div> + {% if post.type == message %} + <!-- implement a drop-down "drawer" quick reply feature --> + {% endif %} </div> {% endfor %} |