commit 3841b29a8775c7dc526ce1d761b3982160c0d009 Author: Antonela hola@antonela.me Date: Thu Jun 18 20:15:27 2020 -0300
privchat - update date and channel --- templates/privchat.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/privchat.html b/templates/privchat.html index 0680556d..a9a80334 100644 --- a/templates/privchat.html +++ b/templates/privchat.html @@ -14,7 +14,7 @@ <p class="h2 text-primary" target="_blank">{{ _('#1 - Online Privacy in 2020: Activism & COVID-19') }} <a class="btn btn-small bg-primary text-light ml-4 mb-3" href=""><i class="mr-2 pt-1 fas fa-thumbtack-png"></i> {{ _("Save the date") }} </a></p> <div> - <p><span class="text-primary nick">{{ _("June 23th ∙ 6PM UTC ∙ 2PM NYC ∙ 6PM UTC ∙ 2PM NYC") }}</span></p> + <p><span class="text-primary nick">June 23th ∙ 1400 EDT ∙ 1800 UTC ∙ <a href="https://youtu.be/gSyDvG4Z308" title="Tor Project You Tube Channel">@torproject YouTube channel.</a></span></p> </div>
<div> @@ -88,6 +88,6 @@ <div class="container"> <div class="row bg-secondary p-5 mx-1 my-5"> <h1><i class="fas fa-hand-holding-usd px-5 text-light"></i></h1> - <h3 class="preamble text-light text-center mx-auto">Your donations make this series and our work at Tor possible. <br/> The best way to support our work is to <a class="text-success" href="/donate">{{ _('become a monthly donor.') }}</a></h3> + <h3 class="preamble text-light text-center mx-auto">Your donations make this series and our work at Tor possible. <br/> The best way to support our work is to <a class="text-success" href="/donate">become a monthly donor.</a></h3> </div> </div>