diff options
| author | 2018-06-05 18:48:36 +0100 | |
|---|---|---|
| committer | 2018-06-05 18:48:36 +0100 | |
| commit | 3008f1309e2aef8ca7bac326b7a2e16c40c23d2f (patch) | |
| tree | 2c811ed70111d4404f895cea3ae08730f4d99591 | |
| parent | Move from CSS to SCSS (#86) (diff) | |
[GDPR] Fix omission RE code jam system info
Full text: Rectified an omission in the old privacy policy, where the system information you provide as part of a code jam signup wasn't mentioned.
| -rw-r--r-- | templates/main/about/privacy.html | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/templates/main/about/privacy.html b/templates/main/about/privacy.html index ebf3eebd..2ff2afdc 100644 --- a/templates/main/about/privacy.html +++ b/templates/main/about/privacy.html @@ -89,6 +89,13 @@                              <td>A factor in code jam team match-ups</td>                              <td>Administrative staff</td>                          </tr> + +                        <tr class="thick-bottom-border"> +                            <td>System Information</td> +                            <td class="uk-table-shrink">Code jam signup</td> +                            <td>Used to verify that you have a working environment</td> +                            <td>Administrative staff</td> +                        </tr>                      </tbody>                  </table> @@ -225,6 +232,13 @@                  <ul class="uk-list uk-list-divider">                      <li> +                        <h4>June 5th, 2018</h4> +                        <p> +                            Rectified an omission in the old privacy policy, where the system information you provide +                            as part of a code jam signup wasn't mentioned. +                        </p> +                    </li> +                    <li>                          <h4>May 31st, 2018</h4>                          <p>                              We no longer collect your date of birth, and all collected dates of birth have been | 
