diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-08-18 17:09:09 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-08-18 17:09:13 +0100 |
commit | ab7d5a3feb956774a6cbc2915a13ecc173500148 (patch) | |
tree | 37aae59fd0bce1baabd70531c4b9bd89197b89b5 | |
parent | 2279208b00fcf0c8f02ca68321664519766364a0 (diff) | |
download | cheatdb-ab7d5a3feb956774a6cbc2915a13ecc173500148.tar.xz |
Show optional dependencies on games
-rw-r--r-- | app/templates/packages/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index c03611a..406a0c6 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -301,7 +301,7 @@ </div> {% endif %} - {% if package.type == package.type.MOD %} + {% if package.type != package.type.TXP %} <div class="card my-4"> <div class="card-header">Dependencies</div> <div class="card-body"> |