Skip to content

Commit

Permalink
Fix missing create button
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Oct 7, 2024
1 parent f69f3d1 commit 34857d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_pages/templates/pretalx_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>{% trans "Pages" %}</h1>
</div>
{% else %}
<p>
<a href="{% url "plugins:pretalx_pages:create" event=request.event.slug %}" class="btn btn-default"><i class="fa fa-plus"></i> {% trans "Create a new page" %}
<a href="{% url "plugins:pretalx_pages:create" event=request.event.slug %}" class="btn btn-primary"><i class="fa fa-plus"></i> {% trans "Create a new page" %}
</a>
</p>
<div class="table-responsive">
Expand Down

0 comments on commit 34857d4

Please sign in to comment.