mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
"Go to shop" for organizers
This commit is contained in:
@@ -102,6 +102,11 @@
|
||||
<i class="fa fa-eye"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% elif request.organizer %}
|
||||
<a href="{% eventurl request.organizer "presale:organizer.index" %}" title="{% trans "Public profile" %}" target="_blank"
|
||||
class="navbar-toggle mobile-navbar-view-link">
|
||||
<i class="fa fa-eye"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
<a class="navbar-brand" href="{% url "control:index" %}">
|
||||
<img src="{% static "pretixbase/img/pretix-icon.svg" %}" />
|
||||
@@ -124,6 +129,12 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
{% elif request.organizer %}
|
||||
<li>
|
||||
<a href="{% eventurl request.organizer "presale:organizer.index" %}" title="{% trans "Public profile" %}" target="_blank">
|
||||
<i class="fa fa-eye"></i> {% trans "Public profile" %}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-top-links navbar-right">
|
||||
|
||||
Reference in New Issue
Block a user