diff --git a/speeches/templates/speeches/_home.html b/speeches/templates/speeches/_home.html index dd209586..1fa70ede 100644 --- a/speeches/templates/speeches/_home.html +++ b/speeches/templates/speeches/_home.html @@ -77,16 +77,16 @@

{% block instance_search_title %}{% trans 'Search speeches and statements' % {% else %}
- {% if request.is_user_instance %} + {% block nothing-here-yet %}

{% trans 'Brilliant!' %}

{% trans 'Now you’ve got your own public database for speeches and statements.' %}

{% trans 'However, it’s totally empty. Let’s get started by adding something.' %}

-

{% trans 'Add your first statement' %}

- {% else %} -

{% trans 'This is a brand new SayIt site.' %}

-

{% trans 'Its creator hasn’t yet added any speeches or statements for you to see.' %}

-

{% trans 'Learn more about SayIt' %}

- {% endif %} +

+ {% trans 'Add your first statement' %} + {% trans 'Add your first speaker' %} + {% trans "Import speakers" %} +

+ {% endblock %}
{% endif %} diff --git a/speeches/templates/speeches/parentless_list.html b/speeches/templates/speeches/parentless_list.html index da0435bd..c5fe47fc 100644 --- a/speeches/templates/speeches/parentless_list.html +++ b/speeches/templates/speeches/parentless_list.html @@ -13,8 +13,7 @@ {% block content %} - {% if section_list or speech_list %} - + {% if section_list or speech_list or request.is_user_instance %} + {% endif %} + + {% if section_list or speech_list %} {% if section_list %}