Skip to content

Commit

Permalink
Modify column registration type and link texts to be in Spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
bressler1995 committed Oct 16, 2024
1 parent 86dbb10 commit cb14d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/os101spanish/instructorled.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2 class="text-center mb-2">Clases dirigidas por Instructores</h2>
<td>{{ row.instructor }}</td>
<td>
{% if row.regtype %}
{{ row.regtype }}
Exteneral (Metadocencia)
{% else %}
Other
{% endif %}
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2 class="text-center mb-2">Clases dirigidas por Instructores</h2>
{% endif %}
{% endif %}

<a class="{% if registeronclick == "yes" %}tops_workshop_link{% endif %}" href="{{ registercalculate }}" target="{{ registernewwin }}" {% if registeronclick == "yes" %}data-regtitle="{{ registertitle }}" data-regdesc="{{ registerdesc }}" data-reglink="{{ registerlink }}"{% endif %}>{{ row.register }}</a>
<a class="{% if registeronclick == "yes" %}tops_workshop_link{% endif %}" href="{{ registercalculate }}" target="{{ registernewwin }}" {% if registeronclick == "yes" %}data-regtitle="{{ registertitle }}" data-regdesc="{{ registerdesc }}" data-reglink="{{ registerlink }}"{% endif %}>Regístrate Ahora</a>
{% else %}
{{ row.register }}
{% endif %}
Expand Down

0 comments on commit cb14d0d

Please sign in to comment.