Skip to content

Commit

Permalink
Fix the last hidden button
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Oct 7, 2024
1 parent 34857d4 commit e6fbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_pages/templates/pretalx_pages/delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{% trans "Delete a page" %}</h1>
{% endblocktrans %}
</p>
<div class="form-group submit-group">
<a href="{% url "plugins:pretalx_pages:index" event=request.event.slug %}" class="btn btn-default btn-cancel">
<a href="{% url "plugins:pretalx_pages:index" event=request.event.slug %}" class="btn btn-outline-danger btn-cancel">
{% trans "Cancel" %}
</a>
<button type="submit" class="btn btn-danger btn-save">
Expand Down

0 comments on commit e6fbd59

Please sign in to comment.