mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 17:04:30 +00:00
Transmogrifying - sequence five initiated.
This commit is contained in:
@@ -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')),
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user