You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In template /python_workspace/my_blog/templates/post.html, error at line 3
'custom_markdown' is not a valid tag library: Template library custom_markdown not found, tried django.templatetags.custom_markdown,django_admin_bootstrapped.templatetags.custom_markdown,django.contrib.admin.templatetags.custom_markdown,django.contrib.staticfiles.templatetags.custom_markdown
In template /root/python/ENV3.4/my_blog/templates/post.html, error at line 12
Reverse for 'search_tag' with arguments '()' and keyword arguments '{'tag': '1111'}' not found. 0 pattern(s) tried: []
Error during template rendering
In template /python_workspace/my_blog/templates/post.html, error at line 3
'custom_markdown' is not a valid tag library: Template library custom_markdown not found, tried django.templatetags.custom_markdown,django_admin_bootstrapped.templatetags.custom_markdown,django.contrib.admin.templatetags.custom_markdown,django.contrib.staticfiles.templatetags.custom_markdown
post.html
{% extends "base.html" %}
{% load custom_markdown %}
{% block content %}
The text was updated successfully, but these errors were encountered: