diff options
author | xrs <xrs@mail36.net> | 2018-06-26 17:19:57 +0200 |
---|---|---|
committer | xrs <xrs@mail36.net> | 2018-06-26 17:19:57 +0200 |
commit | 2313911da2aa97eef3444c39ce70a888e1b3ce91 (patch) | |
tree | 93f259ff5be7ff935ab96d3fabb9c7de9116ebb2 | |
parent | 8802ce26236e08195dd4c4a2128bb5085f7af9a1 (diff) |
fix personal info
-rw-r--r-- | about.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/about.html.j2 b/about.html.j2 index 641476a3..3d12c97d 100644 --- a/about.html.j2 +++ b/about.html.j2 @@ -33,7 +33,7 @@ <div class="col-lg-4"> <h2>lurchi</h2> <img src="{{ url('team-images/lurchi.jpg') }}" height="240" alt="lurchi" align="middle"> - <p>{{ _("secushare, Social, PSYC, Multicast, Data Protection Theory.") }}</p> + <p>{{ _("secushare, Social, PSYC, Multicast.") }}</p> </div> </div> <div class="row"> @@ -61,7 +61,7 @@ <div class="col-lg-4"> <h2>Christian Kühne</h2> <img src="{{ url('team-images/ck.jpg') }}" height="240" alt="Christian Kühne" align="middle"> - <p>{{ _("secushare, Social, PSYC, Multicast.") }}</p> + <p>{{ _("secushare, Social, PSYC, Multicast, data protection theory.") }}</p> </div> </div> <div class="row"> |