add pagecss and pagejs blocks
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
{% load staticfiles %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles i18n %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -12,6 +11,8 @@
|
||||
<script src="{% static 'js/uikit.min.js' %}"></script>
|
||||
<script src="{% static 'js/uikit-icons.min.js' %}"></script>
|
||||
<script src="{% static 'js/vue.js' %}"></script>
|
||||
{% block pagecss %}{% endblock %}
|
||||
{% block pagejs %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% include "nav.html" %}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles i18n %}
|
||||
|
||||
{% block title %}{% trans "Editor"%}{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user