Add pinterest checker link
This commit is contained in:
@@ -24,6 +24,10 @@ urlpatterns = patterns('',
|
||||
r'^robots\.txt$',
|
||||
TemplateView.as_view(template_name = 'robots.txt', content_type = 'text/plain')
|
||||
),
|
||||
url(
|
||||
r'^pinterest-26239.html$',
|
||||
TemplateView.as_view(template_name = 'pinterest-26239.html')
|
||||
),
|
||||
url(
|
||||
r'^blog/',
|
||||
include(
|
||||
|
Reference in New Issue
Block a user