Transmogrifying - sequence five initiated.

This commit is contained in:
=
2012-09-07 22:36:07 +01:00
parent 857e2e8e4f
commit 24b089f86a
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ urlpatterns = patterns('',
(r'^robots\.txt$', lambda r: HttpResponse("User-agent: *\nDisallow: /", mimetype="text/plain")),
(r'^tos\.html$', 'django.views.generic.simple.redirect_to', {'url': '/static/html/tos.html'}),
(r'^test\.html$', 'django.views.generic.simple.redirect_to', {'url': '/static/html/test.html'}),
(r'^505', lambda r: HttpResponse("User-agent: *\nDisallow: /", mimetype="text/plain")),
url(r'^', include('spa.urls')),
(r'^grappelli/', include('grappelli.urls')),
url(r'^accounts/', include('allauth.urls')),

View File

@@ -7,9 +7,12 @@
<div class="row">
<div class="alert alert-error">
<strong>That's a 404..</strong>
<p>Something's not where it should be..</p>
</div>
<iframe width="560" height="315" src="http://www.youtube.com/embed/QqaQ_Bhgmrc" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/QqaQ_Bhgmrc?&autoplay=1&rel=0&fs=0&theme=light&showinfo=0&modestbranding=1&controls=0&hd=1&autohide=1&color=white"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
</body>