Remove required by for now

This commit is contained in:
rubenwardy 2018-05-27 21:42:31 +01:00
parent 5d944d79d3
commit fb8aa25b71
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 6 additions and 6 deletions

View File

@ -162,9 +162,9 @@
{% endfor %} {% endfor %}
</ul> </ul>
<table class="table-topalign"> <!-- <table class="table-topalign">
<tr> <tr>
<td> <td> -->
<h3>Dependencies</h3> <h3>Dependencies</h3>
<ul> <ul>
{% for dep in package.dependencies %} {% for dep in package.dependencies %}
@ -184,11 +184,11 @@
<li><i>No dependencies</i></li> <li><i>No dependencies</i></li>
{% endfor %} {% endfor %}
</ul> </ul>
</td> <!-- </td>
<td> <td>
<h3>Required by</h3> <h3>Required by</h3>
<ul> <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> <li><a href="{{ p.getDetailsURL() }}">{{ p.title }}</a> by {{ p.author.display_name }}</li>
{% else %} {% else %}
{% if not package.softdependents %} {% if not package.softdependents %}
@ -197,11 +197,11 @@
{% endfor %} {% endfor %}
{% for p in package.softdependents %} {% for p in package.softdependents %}
<li><a href="{{ p.getDetailsURL() }}">{{ p.title }}</a> by {{ p.author.display_name }} [optional]</li> <li><a href="{{ p.getDetailsURL() }}">{{ p.title }}</a> by {{ p.author.display_name }} [optional]</li>
{% endfor %} --> {% endfor %}
</ul> </ul>
</td> </td>
</tr> </tr>
</table> </table> -->
{% if current_user.is_authenticated or requests %} {% if current_user.is_authenticated or requests %}
<h3>Edit Requests</h3> <h3>Edit Requests</h3>