fix conferencias typos and text
This commit is contained in:
parent
f2f77ebe52
commit
afbe69b3ce
@ -2,7 +2,7 @@
|
||||
{ "categoria":"Plenarias",
|
||||
"charlas":
|
||||
[
|
||||
{ "titulo":"El titulo de la charala de Jairo",
|
||||
{ "titulo":"",
|
||||
"abstract":"",
|
||||
"pdf":"",
|
||||
"speaker":{"nombre":"Jairo Bochi","afiliacion":"Universidad Católica de Chile","web":"http://www.mat.uc.cl/~jairo.bochi/"}
|
||||
@ -80,7 +80,7 @@
|
||||
{ "titulo":"",
|
||||
"abstract":"",
|
||||
"pdf":"",
|
||||
"speaker":{"nombre":"Flavio Bonomo","web":""}
|
||||
"speaker":{"nombre":"Flavia Bonomo","web":""}
|
||||
},
|
||||
{ "titulo":"",
|
||||
"abstract":"",
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
<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 id="charlas">
|
||||
<ul class="nav nav-tabs">
|
||||
@ -21,11 +21,11 @@
|
||||
|
||||
</div>
|
||||
<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 %}
|
||||
<b><span class="glyphicon glyphicon-user" aria-hidden="true"></span>{{" "~charla.speaker.nombre}}{{" - "~charla.speaker.afiliacion|default('')}}</b>
|
||||
{{ 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>
|
||||
|
Loading…
Reference in New Issue
Block a user