[ADD] legal: update contracts for new maintenance
- Update Enterprise & Partnership agreement (EN, FR) - Update legal page index: hide outdated agreements, replace with a link to an archive of the old PDFs. - Add icons for missing files, to make index table layout more consistent - Add `text-justify` on HTML versions of contracts, for consistency with the PDF versions. - Fix compatibility of PDF generation with recent sphinx versions (\sphinxmaketitle instead of \maketitle) - Re-add NL PDF building, still needs to be updated like all others
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
{% set classes = classes + ['has_code_col'] %}
|
||||
{% endif %}
|
||||
|
||||
{% if 'classes' in meta %}
|
||||
{% set classes = classes + meta['classes'].split() %}
|
||||
{% endif %}
|
||||
|
||||
{%- block doctype -%}
|
||||
<!doctype html>
|
||||
{%- endblock -%}
|
||||
|
||||
Reference in New Issue
Block a user