diff --git a/chapter2/mysite/myapp/static/styles/common.css b/chapter2/mysite/myapp/static/styles/common.css
index 6aafd2a..351449f 100755
--- a/chapter2/mysite/myapp/static/styles/common.css
+++ b/chapter2/mysite/myapp/static/styles/common.css
@@ -1057,7 +1057,7 @@ border-radius: 3px;
text-align: right;
display: block;
color: #ffffff;
- width: 130px;
+ width: 100px;
}
.percentChart li .rightPercent{
flex:1;
diff --git a/chapter2/mysite/myapp/templates/myapp/crawl.html b/chapter2/mysite/myapp/templates/myapp/crawl.html
index f18bc72..c6d44f4 100644
--- a/chapter2/mysite/myapp/templates/myapp/crawl.html
+++ b/chapter2/mysite/myapp/templates/myapp/crawl.html
@@ -1,4 +1,5 @@
{% load static %}
+{% load myapp %}
@@ -8,7 +9,7 @@