change home page buttons

pull/3/head
lalanza808 5 years ago
parent dc49050b23
commit 1a4822c730

@ -14,8 +14,8 @@
{% else %} {% else %}
<h2>Buy and sell items for digital cash.</h2> <h2>Buy and sell items for digital cash.</h2>
<ul class="actions"> <ul class="actions">
<li><a href="{% url 'django_registration_register' %}" class="button big">Sign Up</a></li> <li><a href="{% url 'create_item' %}" class="button big">Sell an Item</a></li>
<li><a href="{% url 'list_items' %}" class="button big">Browse</a></li> <li><a href="{% url 'list_items' %}" class="button big">View Items</a></li>
</ul> </ul>
{% endif %} {% endif %}
</section> </section>