make variable names consistent authored by Pili Guerra's avatar Pili Guerra
...@@ -104,7 +104,7 @@ language = Deutsch (de) ...@@ -104,7 +104,7 @@ language = Deutsch (de)
## How to add a new sponsor ## How to add a new sponsor
1. Create a new directory for the sponsor under `content/about/sponsors/` e.g `content/about/sponsors/<sponsorname>` 1. Create a new directory for the sponsor under `content/about/sponsors/` e.g `content/about/sponsors/<SPONSOR_SHORT_NAME>`
2. Add a new `content.lr` file to the newly created directory, use the following template 2. Add a new `content.lr` file to the newly created directory, use the following template
``` ```
_model: sponsor _model: sponsor
...@@ -113,11 +113,11 @@ active: True ...@@ -113,11 +113,11 @@ active: True
--- ---
time: <YYYY> time: <YYYY>
--- ---
name: <SPONSOR_NAME> name: <SPONSOR_LONG_NAME>
--- ---
key: 16 key: 16
--- ---
logo: /static/images/sponsors/<IMAGE_NAME>.png logo: /static/images/sponsors/<SPONSOR_SHORT_NAME>.png
--- ---
_hidden: yes _hidden: yes
--- ---
...@@ -127,7 +127,7 @@ description: ...@@ -127,7 +127,7 @@ description:
<SPONSOR_DESCRIPTION> <SPONSOR_DESCRIPTION>
``` ```
3. Add a logo image for the sponsor under `assets/static/images/sponsors/<sponsorname>.png` 3. Add a logo image for the sponsor under `assets/static/images/sponsors/<SPONSOR_SHORT_NAME>.png`
## How to add a new Tor person ## How to add a new Tor person
... ...
......