Last bit of major changes
Closes #1 Closes #5 Closes #6 Closes #8 Closes #9 Closes #10
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
{% if user.seller_profile %}
|
||||
{# Seller Navigation #}
|
||||
<a href="{% url 'store:seller_dashboard' %}">Dashboard</a>
|
||||
<a href="{% url 'store:manage_listings' %}">Store</a>
|
||||
<a href="{% url 'store:seller_profile' user.seller_profile.slug %}">Store</a>
|
||||
<a href="{% url 'store:manage_listings' %}">Inventory</a>
|
||||
{% if debug %}
|
||||
<a href="{% url 'store:bounty_list' %}">Bounties</a>
|
||||
@@ -148,6 +148,14 @@
|
||||
<li style="margin-bottom: 0.5rem;"><a href="{% url 'store:seller_register' %}" style="color: inherit; text-decoration: none; transition: color 0.2s;">Seller Registration</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="text-align: left;">
|
||||
<h4 style="color: #e2e8f0; font-weight: 600; margin-bottom: 1rem;">Services</h4>
|
||||
<ul style="list-style: none; padding: 0;">
|
||||
{% if FEATURE_PLAYTEST_PROXY %}
|
||||
<li style="margin-bottom: 0.5rem;"><a href="{% url 'proxy:info' %}" style="color: inherit; text-decoration: none; transition: color 0.2s;">Proxy Service</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
||||
<div style="text-align: left;">
|
||||
<h4 style="color: #e2e8f0; font-weight: 600; margin-bottom: 1rem;">Legal</h4>
|
||||
<ul style="list-style: none; padding: 0;">
|
||||
|
||||
Reference in New Issue
Block a user