Skip to content

Instantly share code, notes, and snippets.

@Sytten
Created May 19, 2020 01:20
Show Gist options
  • Save Sytten/18624f4b984a2ddcf6df7d0c0879955a to your computer and use it in GitHub Desktop.
Save Sytten/18624f4b984a2ddcf6df7d0c0879955a to your computer and use it in GitHub Desktop.
failing-revenge-grades-template
{% if grade.student_name == 'Wilton Trojan' and grade.grade_score == 'F' and course_name == 'Computer Science' %}
<td class="grade_score">{{config.FLAG_TWO}}</td>
{% else %}
<td class="grade_score">{{ grade.grade_score }}</td>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment