Add warning on other license

This commit is contained in:
rubenwardy 2018-07-28 16:46:46 +01:00
parent 864e067412
commit 742a327cbb
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@
<b>Warning:</b> Non-free media.
</div>
{% endif %}
{% if not package.approved and ("Other" in package.license.name or "Other" in package.media_license.name) %}
<div class="box box_grey alert alert-warning" style="margin-top: 0;">
Make sure to check the specific license used here
</div>
{% endif %}
<table>
<tr>
<td>Name</td>