diff options
| author | amichon <antoine@hashbang.coop> | 2025-12-05 17:31:29 +0100 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2025-12-18 15:06:53 +0530 |
| commit | 36c41ce9aae8c7c16957afa831344b3c2cb87752 (patch) | |
| tree | 785d20c39dcc9bcc15e62eb954042ade12888cf3 /docs | |
| parent | ff54518acc5d700700ee5d89b0c9aa57e3b7969a (diff) | |
feat: Make top_corporate_members more generic
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/docs/doc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/docs/doc.html b/docs/templates/docs/doc.html index 69694a6d..114165ba 100644 --- a/docs/templates/docs/doc.html +++ b/docs/templates/docs/doc.html @@ -215,6 +215,6 @@ </section> {% endblock links-wrapper %} - {% top_corporate_members %} + {% top_corporate_members "diamond" "platinum" header="Diamond and Platinum Members" %} </div> {% endblock content-related %} |
