diff options
-rw-r--r-- | app/templates/packages/view.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 01cc474..9fdd2e7 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -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> |