diff options
| author | Tom Christie | 2013-11-18 16:13:30 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-11-18 16:13:30 +0000 | 
| commit | 7284a450876b639093dd39557359a52c989e025e (patch) | |
| tree | e3321dfbba8941d01192de9d2e106dd4e4a68e82 | |
| parent | b8edd0558243ba394a14ea4c4200e89ac70122e6 (diff) | |
| download | django-rest-framework-7284a450876b639093dd39557359a52c989e025e.tar.bz2 | |
Update 404 page
| -rw-r--r-- | 404.html | 47 | 
1 files changed, 4 insertions, 43 deletions
| @@ -157,49 +157,10 @@  </div>          <div class="row-fluid"> - -          <div class="span3"> -            <!-- TODO -            <p style="margin-top: -12px"> -              <a class="btn btn-mini btn-primary" style="width: 60px">« previous</a> -              <a class="btn btn-mini btn-primary" style="float: right; margin-right: 8px; width: 60px;">next »</a> -            </p> -          --> -            <div id="table-of-contents"> -              <ul class="nav nav-list side-nav well sidebar-nav-fixed"> -                <li class="main"><a href="#404---page-not-found">404 - Page not found</a></li> - -              <div> -              <hr> - -<p><strong>The team behind REST framework are launching a new API service.</strong></p> - -<p>If you want to be first in line when we start issuing invitations, please sign up here:</p> - -<!-- Begin MailChimp Signup Form --> -<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css"> -<style type="text/css"> -    #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; } -    /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. -       We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -</style> -<div id="mc_embed_signup" style="background: rgb(245, 245, 245)"> -<form action="http://dabapps.us1.list-manage1.com/subscribe/post?u=cf73a9994eb5b8d8d461b5dfb&id=cb6af8e8bd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> -<!--     <label for="mce-EMAIL">Keep me posted!</label> - -->    <input style="width: 90%" type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> -    <div class="clear"><input class="btn btn-success" type="submit" value="Yes, keep me posted!" name="subscribe" id="mc-embedded-subscribe" class="button"></div> -</form> -</div> -</style></div> -              </ul> - - -<!--End mc_embed_signup--> -            </div> -          </div> - -          <div id="main-content" class="span9"> -            <h1 id="404-page-not-found">404 - Page not found</h1> +          <div id="main-content" class="span12"> +            <h1 id="404-page-not-found" style="text-align: center">404</h1> +            <p style="text-align: center"><strong>Page not found</strong></p> +            <p style="text-align: center">Try the <a href="http://django-rest-framework.org/">homepage</a>, or <a href="#searchModal" data-toggle="modal">search the documentation</a>.</p>            </div><!--/span-->          </div><!--/row-->        </div><!--/.fluid-container--> | 
