diff options
Diffstat (limited to 'views/home.handlebars')
-rw-r--r-- | views/home.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index 7f48f65..b719d75 100644 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -10,7 +10,7 @@ <div class="card-text"> {{{this.text}}} </div> - {{#if auth}} + {{#if ../auth}} <a href="/remove-post/{{this._id}}" class="badge float-end">Remove</a> {{/if}} </div> |