We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c36cc0 + 05a2601 commit f24c7f1Copy full SHA for f24c7f1
django/thunderstore/community/templates/community/packagelisting_detail.html
@@ -158,11 +158,13 @@ <h4 class="card-title">
158
</a>
159
</div>
160
{% endif %}
161
- <div class="col-12 col-sm-6 px-3 pr-sm-3 pl-sm-1 mt-1 mt-sm-0">
+
162
+ <div class="{% if object.has_mod_manager_support %} col-12 col-sm-6 px-3 pr-sm-3 pl-sm-1 mt-1 mt-sm-0 {% else %}col-12{% endif %}">
163
<a href="{{ object.package.latest.full_download_url }}" type="button" class="btn btn-primary w-100 text-large">
164
<i class="fa fa-download mr-2" aria-hidden="true"></i>Manual Download
165
166
167
168
{% if object.package.owner.donation_link %}
169
<div class="col-12 mt-2">
170
<a href="{{ object.package.owner.donation_link }}" target="_blank" rel="noopener" type="button" class="btn btn-info w-100 text-large">
0 commit comments