fix conferencias typos and text

This commit is contained in:
German Correa 2019-11-08 17:56:07 -03:00
parent f2f77ebe52
commit afbe69b3ce
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
{ "categoria":"Plenarias", { "categoria":"Plenarias",
"charlas": "charlas":
[ [
{ "titulo":"El titulo de la charala de Jairo", { "titulo":"",
"abstract":"", "abstract":"",
"pdf":"", "pdf":"",
"speaker":{"nombre":"Jairo Bochi","afiliacion":"Universidad Católica de Chile","web":"http://www.mat.uc.cl/~jairo.bochi/"} "speaker":{"nombre":"Jairo Bochi","afiliacion":"Universidad Católica de Chile","web":"http://www.mat.uc.cl/~jairo.bochi/"}
@ -80,7 +80,7 @@
{ "titulo":"", { "titulo":"",
"abstract":"", "abstract":"",
"pdf":"", "pdf":"",
"speaker":{"nombre":"Flavio Bonomo","web":""} "speaker":{"nombre":"Flavia Bonomo","web":""}
}, },
{ "titulo":"", { "titulo":"",
"abstract":"", "abstract":"",

View File

@ -2,7 +2,7 @@
{% block content %} {% block content %}
<div class="row"> <div class="row">
<h1 style="margin-bottom:20px;"><strong>Charlas</strong></h1> <h1 style="margin-bottom:20px;"><strong>Conferencias</strong></h1>
<div class="col-xs-12"> <div class="col-xs-12">
<div id="charlas"> <div id="charlas">
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
@ -21,11 +21,11 @@
</div> </div>
<div class="media-body"> <div class="media-body">
<h4 style="margin-bottom:10px;" class="media-heading">{{charla.titulo|default('Título: Próximamente')}}</h4> <h4 style="margin-bottom:10px;" class="media-heading">{{charla.titulo|default('Título:')}}</h4>
{% if charla.speaker.web %}<a target="_blank" rel="noopener noreferrer" href="{{charla.speaker.web}}">{% endif %} {% if charla.speaker.web %}<a target="_blank" rel="noopener noreferrer" href="{{charla.speaker.web}}">{% endif %}
<b><span class="glyphicon glyphicon-user" aria-hidden="true"></span>{{" "~charla.speaker.nombre}}{{" - "~charla.speaker.afiliacion|default('')}}</b> <b><span class="glyphicon glyphicon-user" aria-hidden="true"></span>{{" "~charla.speaker.nombre}}{{" - "~charla.speaker.afiliacion|default('')}}</b>
{{ charla.speaker.web ? '</a>':"" }} {{ charla.speaker.web ? '</a>':"" }}
<p style="font-size:14px;color:rgb(67,66,63);margin-top:10px;">{{charla.abstract|default('Abstract')}}</p> <p style="font-size:14px;color:rgb(67,66,63);margin-top:10px;">{{charla.abstract|default('Resumen')}}</p>
</div> </div>
</div> </div>