add missing super() call
This commit is contained in:
parent
a2cdb2e4db
commit
f6cfb0c529
@ -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% }
|
||||||
|
Loading…
Reference in New Issue
Block a user