diff --git a/data/noticias.yml b/data/noticias.yml index 7d369c6..65f21dd 100644 --- a/data/noticias.yml +++ b/data/noticias.yml @@ -1,6 +1,11 @@ --- +- titulo: Postergación CLAM2020 + descripcion: Por las razones sanitarias conocidas, se posterga la realización en julio del CLAM2020 + imagen: img/warning.png + activa: true + link: '#aviso' - titulo: Apoyo Económico para participar en el CLAM2020 descripcion: Llamado extraoridinario del Programa de Ayuda Económica orientado específicamente a apoyar a los participantes del CLAM2020 imagen: img/financial-aid.png link: http://www.umalca.org/2020/01/postulacion-beneficio-umalca-para-clam2020/ - activa: true \ No newline at end of file + activa: false \ No newline at end of file diff --git a/public/img/warning.png b/public/img/warning.png new file mode 100755 index 0000000..2e07dc1 Binary files /dev/null and b/public/img/warning.png differ diff --git a/templates/avisomodal.html b/templates/avisomodal.html index a74f52c..abdbe60 100644 --- a/templates/avisomodal.html +++ b/templates/avisomodal.html @@ -10,7 +10,7 @@
- Por las razones sanitarias conocidas se posterga la realización + "Por las razones sanitarias conocidas se posterga la realización en julio del CLAM2020.
@@ -23,7 +23,7 @@
Todo esto será oportunamente informado a través del sitio - internet del Congreso y de la página de UMALCA. + internet del Congreso y de la página de UMALCA."
31 de Marzo de 2020 diff --git a/templates/layout.html b/templates/layout.html index 6866f03..5987ab8 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -56,10 +56,12 @@ {% include 'avisomodal.html' %}