Skip to content

Commit e843516

Browse files
committed
Removed typogrify, which is not in use any more.
- Legacy-Id: 9522
1 parent bf64083 commit e843516

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html> {% load ietf_filters typogrify_tags %}
1+
<!DOCTYPE html> {% load ietf_filters %}
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ coverage>=3.7.1
44
decorator>=3.4.0
55
#defusedxml>=0.4.1 # for TastyPie
66
django-bootstrap3>=5.1.1
7-
django-typogrify>=1.3.1
87
django-widget-tweaks>=1.3
98
docutils>=0.12
109
#lxml>=3.4.0 # for PyQuery;

0 commit comments

Comments
 (0)