Skip to content

Instantly share code, notes, and snippets.

@sobolevn
Created April 21, 2017 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobolevn/2cbb83655b5b0c0040ff3a0dbb5d07dd to your computer and use it in GitHub Desktop.
Save sobolevn/2cbb83655b5b0c0040ff3a0dbb5d07dd to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" >
<head>
<title>
Constance | Django site admin</title>
<link rel="stylesheet" type="text/css" href="/static/admin/css/base.css" />
<link rel="stylesheet" type="text/css" href="/static/admin/css/changelists.css" />
<link rel="stylesheet" type="text/css" href="/static/admin/css/forms.css" />
<style>
#result_list .changed {
background-color: #ffc;
}
#changelist table thead th .text {
padding: 2px 5px;
}
#changelist table tbody td:first-child {
text-align: left;
}
#changelist-form ul.errorlist {
margin: 0 !important;
}
.help {
font-weight: normal !important;
}
</style>
<script type="text/javascript" src="/en/admin/jsi18n/"></script>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" type="text/css" href="/static/djangocms_admin_style/css/djangocms-admin.css" />
<script src="/static/djangocms_admin_style/js/dist/bundle.adminstyle.min.js"></script>
<script type="text/javascript" src="/static/admin/js/core.js"></script>
<script type="text/javascript" src="/static/admin/js/vendor/jquery/jquery.js"></script>
<script type="text/javascript" src="/static/admin/js/jquery.init.js"></script>
<script type="text/javascript" src="/static/admin/js/admin/RelatedObjectLookups.js"></script>
<script type="text/javascript" src="/static/admin/js/actions.js"></script>
<script type="text/javascript" src="/static/admin/js/urlify.js"></script>
<script type="text/javascript" src="/static/admin/js/prepopulate.js"></script>
<script type="text/javascript" src="/static/admin/js/vendor/xregexp/xregexp.js"></script>
<meta name="robots" content="NONE,NOARCHIVE" />
</head>
<body class="change-list"
data-admin-utc-offset="0">
<!-- Container -->
<div id="container">
<!-- Header -->
<div id="header">
<div id="branding">
<div id="header-logo">
<a class="icon-logo" href="/"><span>django CMS</span></a>
</div>
<h1>Django administration</h1>
<ul id="site-name" class="toolbar-item toolbar-item-navigation">
<li>
<a class="menu-item" href="">Django administration</a>
<ul class="submenu">
<li>
<a href="/en/admin/password_change/">Change password</a>
</li>
<li class="toolbar-item-navigation-break">-----</li>
<li>
<a href="/en/admin/logout/">
<span>Log out admin</span>
</a>
</li>
</ul>
</li>
</ul>
<div id="header-btn">
<a href="/" class="icon-arrow-right btn js-header-link">
Open example.com
</a>
</div>
</div>
<div id="user-tools">
Welcome,
<strong>admin</strong>.
<a href="/">View site</a> /
<a href="/en/admin/password_change/">Change password</a> /
<a href="/en/admin/logout/">Log out</a>
</div>
</div>
<!-- END Header -->
<div class="breadcrumbs">
<a href="/en/admin/">Home</a>
&rsaquo; <a href="/en/admin/constance/">Constance</a>
&rsaquo; Config
</div>
<!-- Content -->
<div id="content" class="colM">
<h1>Constance</h1>
<div id="content-main" class="constance">
<div class="module" id="changelist">
<form id="changelist-form" action="" method="post" enctype="multipart/form-data"><input type='hidden' name='csrfmiddlewaretoken' value='sgGWwh2gASy4OlN09AIwBqRiyLdKfNyAXN68z5zCB7sIl07k9ciElO7vFzKOX9dZ' />
<input id="id_version" name="version" type="hidden" value="b5e727d2acf64d542a4ee8f8357136c2" />
<table>
<thead>
<tr>
<th><div class="text">Name</div></th>
<th><div class="text">Default</div></th>
<th><div class="text">Value</div></th>
<th><div class="text">Is modified</div></th>
</tr>
</thead>
<tr class="row1">
<th>
ADMINS <div class="help">A list of all the people who get code error notifications. When DEBUG=False and a view raises an exception, Django will email these people with the full exception information. Each item in the list should be a tuple of (Full name, email address).</div>
</th>
<td>
<p>some@yandex.ru</p>
</td>
<td>
<textarea cols="40" id="id_ADMINS" name="ADMINS" rows="3">
some@yandex.ru</textarea>
<br>
<a href="#" onClick="
document.getElementById('id_ADMINS').value = 'some@yandex.ru'; return false;">Reset to default</a>
</td>
<td>
<img src="/static/admin/img/icon-no.svg" alt="False" />
</td>
</tr>
<tr class="row2">
<th>
EMAIL_PORT <div class="help">Port to use for the SMTP server defined in EMAIL_HOST.</div>
</th>
<td>
<p>465</p>
</td>
<td>
<textarea cols="40" id="id_EMAIL_PORT" name="EMAIL_PORT" rows="3">
465</textarea>
<br>
<a href="#" onClick="
document.getElementById('id_EMAIL_PORT').value = '465'; return false;">Reset to default</a>
</td>
<td>
<img src="/static/admin/img/icon-no.svg" alt="False" />
</td>
</tr>
<tr class="row1">
<th>
EMAIL_USE_SSL <div class="help">Whether to use an implicit TLS (secure) connection when talking to the SMTP server.</div>
</th>
<td>
<p>True</p>
</td>
<td>
<input checked="checked" id="id_EMAIL_USE_SSL" name="EMAIL_USE_SSL" type="checkbox" />
<br>
<a href="#" onClick="
document.getElementById('id_EMAIL_USE_SSL').checked =
true
; return false;">Reset to default</a>
</td>
<td>
<img src="/static/admin/img/icon-no.svg" alt="False" />
</td>
</tr>
</table>
<p class="paginator">
<input type="submit" name="_save" class="default" value="Save"/>
</p>
</form>
</div>
</div>
<br class="clear" />
</div>
<!-- END Content -->
<div id="footer"></div>
</div>
<!-- END Container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment