We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c8692 commit 8fef06dCopy full SHA for 8fef06d
martor_demo/app/templates/base.html
@@ -1,4 +1,4 @@
1
-{% load staticfiles %}<!DOCTYPE html>
+{% load static %}<!DOCTYPE html>
2
<html lang="en-us">
3
<head>
4
<title>{% block title %}{% endblock %} :: Martor</title>
martor_demo/app/templates/test_markdownify.html
-{% load staticfiles %}
+{% load static %}
{% load martortags %}
<!DOCTYPE html>
0 commit comments