diff --git a/app/views/feedlist/index.html.erb b/app/views/feedlist/index.html.erb
index 8beace82..7acc405c 100644
--- a/app/views/feedlist/index.html.erb
+++ b/app/views/feedlist/index.html.erb
@@ -64,10 +64,13 @@
Active projects with their actions
Feeds for incomplete actions in a specific context:
+ <% if @active_contexts.empty? && @hidden_contexts.empty? -%>
+
There need to be at least one context before you can request a feed
+ <% else -%>
Step 1 - Choose the context you want a feed of:
<%= observe_field "feed-contexts", :update => "feeds-for-context",
@@ -80,17 +83,21 @@