Add "Add media" button on home page when no media is present.

This is an addition to the button hidden in the top toolbar.
This commit is contained in:
Ben Sturmfels 2015-08-04 14:19:09 +10:00 committed by Christopher Allan Webber
parent 600a170ecf
commit e61dea3b05

View File

@ -72,5 +72,10 @@
{%- endtrans -%}
</i>
</p>
<p>
<a class="button_action" href="{{ request.urlgen('mediagoblin.submit.start') }}">
{%- trans %}Add media{% endtrans -%}
</a>
</p>
{% endif %}
{% endmacro %}