We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf64083 commit e843516Copy full SHA for e843516
2 files changed
ietf/templates/base.html
@@ -1,4 +1,4 @@
1
-<!DOCTYPE html> {% load ietf_filters typogrify_tags %}
+<!DOCTYPE html> {% load ietf_filters %}
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
requirements.txt
@@ -4,7 +4,6 @@ coverage>=3.7.1
decorator>=3.4.0
5
#defusedxml>=0.4.1 # for TastyPie
6
django-bootstrap3>=5.1.1
7
-django-typogrify>=1.3.1
8
django-widget-tweaks>=1.3
9
docutils>=0.12
10
#lxml>=3.4.0 # for PyQuery;
0 commit comments