Make CTA for submitting new news/events/etc. more clear.

Instead of a hyperlink, this appears as a button, so it is not
as hidden on the page.
This commit is contained in:
Jonathan S. Katz
2018-11-04 09:43:22 -05:00
parent 5ba39f457f
commit b46293c572

View File

@ -30,7 +30,7 @@ additional moderation based upon what has changed in the content.
<p>{{submit_header|safe}}</p>
{%endif%}
<p>
<a href="/account/{{suburl}}/new/">Submit {{title}}</a>
<a class="btn btn-primary" href="/account/{{suburl}}/new/">Submit {{title}}</a>
</p>
{%endblock%}