From cf3c93d0755d12cf425a102311465098681b5ed4 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 13 Mar 2015 08:19:02 +0000 Subject: [PATCH] Add pinterest checker link --- .../templates/pinterest-26239.html | 151 ++++++++++++++++++ gergelypolonkaiweb/urls.py | 4 + 2 files changed, 155 insertions(+) create mode 100644 gergelypolonkaiweb/templates/pinterest-26239.html diff --git a/gergelypolonkaiweb/templates/pinterest-26239.html b/gergelypolonkaiweb/templates/pinterest-26239.html new file mode 100644 index 0000000..90906db --- /dev/null +++ b/gergelypolonkaiweb/templates/pinterest-26239.html @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+

+ + + Hi, Gergely! + + +

+
+
+ + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ + Gergely Polonkai + + +

Looking good! You are ready to return to the verification page and complete the process.

+
+ + + + +
+ + + Go To Pinterest + + +
+
+
+
+
+ +

Happy pinning!

+ +
+
+

©2014 Pinterest, Inc. | All Rights Reserved
Privacy Policy | Terms and Conditions

+
+
+ + diff --git a/gergelypolonkaiweb/urls.py b/gergelypolonkaiweb/urls.py index 122aa0f..da9d435 100644 --- a/gergelypolonkaiweb/urls.py +++ b/gergelypolonkaiweb/urls.py @@ -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(