Commit af59055c authored by emmapeel's avatar emmapeel 🤖
Browse files

show job offer

parent a02f8ce4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ _model: job
---
_template: about.html
---
active: False
active: True
---
section: about
---
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  <div class="accordion" id="accordionJobs">
    {% from "macros/jobs.html" import render_active %}
    {% set items = this.children.filter(F.active == True).all() %}
    {% if items|length > 1 %}
    {% if items|length > 0 %}
      {% for item in items %}
        {{ render_active(item, this.alt) }}
      {% endfor %}