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