Update backend template syntax
This commit is contained in:
parent
0f01ec8038
commit
90640ad6c6
|
|
@ -1,5 +1,5 @@
|
||||||
{% load static from staticfiles %}
|
|
||||||
{% load compress %}
|
{% load compress %}
|
||||||
|
{% load static %}
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{% extends "wagtailadmin/base.html" %}
|
{% extends "wagtailadmin/base.html" %}
|
||||||
{% load staticfiles %}
|
|
||||||
|
|
||||||
{% block branding_logo %}
|
{% block branding_logo %}
|
||||||
Myskillbox
|
Myskillbox
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue