20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
<div class="np-card-content-subtitle course-points">
|
|
{{ course.properties.points }} CEU
|
|
</div>
|
|
<h3 class="np-card-heading">
|
|
{% t .header, key: current_school.course_vocabulary %}
|
|
</h3>
|
|
<div class="np-card-text">
|
|
{{ course.full_description }}
|
|
</div>
|
|
|
|
<style>
|
|
.np-top-image-spacing {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.course-points {
|
|
margin-top: 0px;
|
|
margin-bottom: 30px;
|
|
}
|
|
</style> |