script download formatting
This commit is contained in:
parent
ee38aa34d3
commit
93aebd4fdb
|
@ -39,13 +39,18 @@
|
|||
{% endif %}
|
||||
|
||||
{% if script_file %}
|
||||
<a target="_blank" href="{{ script_file.url }}">Download</a> <br />
|
||||
<div class="orange">Download Script</div>
|
||||
<p>
|
||||
By downloading, you agree to the terms of the licenses: <br />
|
||||
<span class="orange">Adaptation License: </span> <a href="{{ license_adapt.legal_file.url }}" target="_blank">{{ license_adapt.name }}</a> <br />
|
||||
{{ license_adapt.short_description }} - <a href="{{ license_adapt.readable_file.url }}" target="_blank">Read Short Version</a> <br /><br />
|
||||
<span class="orange">Performance License: </span> <a href="{{ license_perform.legal_file.url }}" target="_blank">{{ license_perform.name }}</a> <br />
|
||||
{{ license_perform.short_description }} - <a href="{{ license_perform.readable_file.url }}" target="_blank">Read Short Version</a> <br />
|
||||
{% endif %}
|
||||
|
||||
<br />
|
||||
<a target="_blank" href="{{ script_file.url }}">Download</a> <br />
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user