Upgrade to Bootstrap v5 (#457)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% if current_user.is_authenticated and package %}
|
||||
<a href="{{ url_for('threads.new', pid=package and package.id) }}" class="btn btn-primary float-right">{{ _("New Thread") }}</a>
|
||||
<a href="{{ url_for('threads.new', pid=package and package.id) }}" class="btn btn-primary float-end">{{ _("New Thread") }}</a>
|
||||
{% endif %}
|
||||
<h1>{{ self.title() }}</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user