Disable game support in UI for now

This commit is contained in:
rubenwardy 2022-04-02 20:12:49 +01:00
parent 8f622ba5c9
commit 2a1672544f

@ -323,7 +323,7 @@
{{ render_pkggrid(packages_uses) }}
{% endif %}
{% if package.type == package.type.GAME %}
{% if false %}
<h2>{{ _("Content") }}</h2>
<a href="{{ package.getURL('packages.game_hub') }}" class="btn btn-lg btn-primary">
{{ _("View content for game") }}
@ -432,7 +432,7 @@
</dl>
{% endif %}
{% if package.type == package.type.MOD %}
{% if false %}
<h3>{{ _("Compatible Games") }}</h3>
<div style="max-height: 300px; overflow: hidden auto;">
{% for support in package.getSortedSupportedGames() %}