diff options
Diffstat (limited to 'themes/alps/address-book.html')
-rw-r--r-- | themes/alps/address-book.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/alps/address-book.html b/themes/alps/address-book.html index 60292bf..1e4c441 100644 --- a/themes/alps/address-book.html +++ b/themes/alps/address-book.html @@ -34,6 +34,9 @@ {{end}} </div> {{end}} + {{if not .AddressObjects}} + <p class="empty-list">Nothing here yet.</p> + {{end}} </div> </section> |