add missing super() call

This commit is contained in:
Marc Jauvin 2018-01-15 15:44:21 -05:00
parent a2cdb2e4db
commit f6cfb0c529

View File

@ -1,6 +1,7 @@
{% extends "styled.html" %} {% extends "styled.html" %}
{% block style %} {% block style %}
{{ super() }}
th { text-align:left; } th { text-align:left; }
.key { width: 25%; } .key { width: 25%; }
.command { width: 75% } .command { width: 75% }