|
| 1 | +<!DOCTYPE html> |
| 2 | +<html dir="ltr" lang="en-us"> |
| 3 | + <head> |
| 4 | + <title> |
| 5 | + Log in | Django site admin |
| 6 | + </title> |
| 7 | + <link href="/static/admin/css/base.css" rel="stylesheet"/> |
| 8 | + <link href="/static/admin/css/dark_mode.css" rel="stylesheet"/> |
| 9 | + <script defer="" src="/static/admin/js/theme.js"> |
| 10 | + </script> |
| 11 | + <link href="/static/admin/css/nav_sidebar.css" rel="stylesheet"/> |
| 12 | + <script defer="" src="/static/admin/js/nav_sidebar.js"> |
| 13 | + </script> |
| 14 | + <link href="/static/admin/css/login.css" rel="stylesheet"/> |
| 15 | + <script src="/static/user_timezone.js"> |
| 16 | + </script> |
| 17 | + <meta content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" name="viewport"/> |
| 18 | + <link href="/static/admin/css/responsive.css" rel="stylesheet"/> |
| 19 | + <meta content="NONE,NOARCHIVE" name="robots"/> |
| 20 | + </head> |
| 21 | + <body class="login" data-admin-utc-offset="0"> |
| 22 | + <a class="skip-to-content-link" href="#content-start"> |
| 23 | + Skip to main content |
| 24 | + </a> |
| 25 | + <!-- Container --> |
| 26 | + <div id="container"> |
| 27 | + <!-- Header --> |
| 28 | + <div id="header"> |
| 29 | + <div id="branding"> |
| 30 | + <h1 id="site-name"> |
| 31 | + <a href="/admin/"> |
| 32 | + Django administration |
| 33 | + </a> |
| 34 | + </h1> |
| 35 | + <button class="theme-toggle"> |
| 36 | + <div class="visually-hidden theme-label-when-auto"> |
| 37 | + Toggle theme (current theme: auto) |
| 38 | + </div> |
| 39 | + <div class="visually-hidden theme-label-when-light"> |
| 40 | + Toggle theme (current theme: light) |
| 41 | + </div> |
| 42 | + <div class="visually-hidden theme-label-when-dark"> |
| 43 | + Toggle theme (current theme: dark) |
| 44 | + </div> |
| 45 | + <svg aria-hidden="true" class="theme-icon-when-auto"> |
| 46 | + <use xlink:href="#icon-auto"> |
| 47 | + </use> |
| 48 | + </svg> |
| 49 | + <svg aria-hidden="true" class="theme-icon-when-dark"> |
| 50 | + <use xlink:href="#icon-moon"> |
| 51 | + </use> |
| 52 | + </svg> |
| 53 | + <svg aria-hidden="true" class="theme-icon-when-light"> |
| 54 | + <use xlink:href="#icon-sun"> |
| 55 | + </use> |
| 56 | + </svg> |
| 57 | + </button> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + <!-- END Header --> |
| 61 | + <div class="main" id="main"> |
| 62 | + <div class="content" id="content-start" tabindex="-1"> |
| 63 | + <!-- Content --> |
| 64 | + <div class="colM" id="content"> |
| 65 | + <div id="content-main"> |
| 66 | + <form action="/admin/login/" id="login-form" method="post"> |
| 67 | + MockedCsrfTokenNode |
| 68 | + <div class="form-row"> |
| 69 | + <label class="required" for="id_username"> |
| 70 | + Username: |
| 71 | + </label> |
| 72 | + <input autocapitalize="none" autocomplete="username" autofocus="" id="id_username" maxlength="150" name="username" required="" type="text"/> |
| 73 | + </div> |
| 74 | + <div class="form-row"> |
| 75 | + <label class="required" for="id_password"> |
| 76 | + Password: |
| 77 | + </label> |
| 78 | + <input autocomplete="current-password" id="id_password" name="password" required="" type="password"/> |
| 79 | + <input name="next" type="hidden" value="/admin/"/> |
| 80 | + </div> |
| 81 | + <div class="submit-row"> |
| 82 | + <input type="submit" value="Log in"/> |
| 83 | + </div> |
| 84 | + </form> |
| 85 | + </div> |
| 86 | + <br class="clear"/> |
| 87 | + </div> |
| 88 | + <!-- END Content --> |
| 89 | + <div id="footer"> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + <!-- END Container --> |
| 95 | + <!-- SVGs --> |
| 96 | + <svg class="base-svgs" xmlns="http://www.w3.org/2000/svg"> |
| 97 | + <symbol height="1rem" id="icon-auto" viewbox="0 0 24 24" width="1rem"> |
| 98 | + <path d="M0 0h24v24H0z" fill="currentColor"> |
| 99 | + </path> |
| 100 | + <path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2V4a8 8 0 1 0 0 16z"> |
| 101 | + </path> |
| 102 | + </symbol> |
| 103 | + <symbol height="1rem" id="icon-moon" viewbox="0 0 24 24" width="1rem"> |
| 104 | + <path d="M0 0h24v24H0z" fill="currentColor"> |
| 105 | + </path> |
| 106 | + <path d="M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z"> |
| 107 | + </path> |
| 108 | + </symbol> |
| 109 | + <symbol height="1rem" id="icon-sun" viewbox="0 0 24 24" width="1rem"> |
| 110 | + <path d="M0 0h24v24H0z" fill="currentColor"> |
| 111 | + </path> |
| 112 | + <path d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"> |
| 113 | + </path> |
| 114 | + </symbol> |
| 115 | + </svg> |
| 116 | + <!-- END SVGs --> |
| 117 | + </body> |
| 118 | +</html> |
0 commit comments