|
|
@ -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>
|
|
|
|