aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-27 21:42:31 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-27 21:42:31 +0100
commitfb8aa25b710fe4b6db70a0b54b2d867b737a6cb1 (patch)
tree288da18b6ea830110bc9ccd4758c2c1d2bb0afe0
parent5d944d79d36ca380a67122e9eb306ad223b6ad2a (diff)
downloadcheatdb-fb8aa25b710fe4b6db70a0b54b2d867b737a6cb1.tar.xz
Remove required by for now
-rw-r--r--app/templates/packages/view.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index 834ea63..2844636 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -162,9 +162,9 @@
{% endfor %}
</ul>
- <table class="table-topalign">
+ <!-- <table class="table-topalign">
<tr>
- <td>
+ <td> -->
<h3>Dependencies</h3>
<ul>
{% for dep in package.dependencies %}
@@ -184,11 +184,11 @@
<li><i>No dependencies</i></li>
{% endfor %}
</ul>
- </td>
+ <!-- </td>
<td>
<h3>Required by</h3>
<ul>
- <!-- {% for p in package.dependents %}
+ {% for p in package.dependents %}
<li><a href="{{ p.getDetailsURL() }}">{{ p.title }}</a> by {{ p.author.display_name }}</li>
{% else %}
{% if not package.softdependents %}
@@ -197,11 +197,11 @@
{% endfor %}
{% for p in package.softdependents %}
<li><a href="{{ p.getDetailsURL() }}">{{ p.title }}</a> by {{ p.author.display_name }} [optional]</li>
- {% endfor %} -->
+ {% endfor %}
</ul>
</td>
</tr>
- </table>
+ </table> -->
{% if current_user.is_authenticated or requests %}
<h3>Edit Requests</h3>