diff options
Diffstat (limited to 'source/static')
-rw-r--r-- | source/static/templates/subscriptions.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/static/templates/subscriptions.html b/source/static/templates/subscriptions.html index 81196075..8cee08ab 100644 --- a/source/static/templates/subscriptions.html +++ b/source/static/templates/subscriptions.html @@ -8,4 +8,6 @@ <li><a href="/feed/${feed['feed_id']}">${feed['feed_title']}</a></li> %endfor </ul> - %endif + %else: + <p>No subscriptions.</p> + %endif
\ No newline at end of file |