front pages
This commit is contained in:
parent
efead34876
commit
c621b32b3f
|
@ -9,7 +9,6 @@ width: 30%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
float:left;
|
float:left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#browseArticlesright {
|
#browseArticlesright {
|
||||||
|
|
6
edgware/static/css/files/login.css
Normal file
6
edgware/static/css/files/login.css
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#loginWrapper {
|
||||||
|
padding: 18px 0 18px 100px;
|
||||||
|
overflow: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
|
@ -14,8 +14,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="faqBlock">
|
<div id="faqBlock">
|
||||||
<p>FAQs <br />
|
<h5>FAQs</h5>
|
||||||
</p>
|
|
||||||
<p> Q. Does one need to login in order to use the printing tools? <br />
|
<p> Q. Does one need to login in order to use the printing tools? <br />
|
||||||
A. Yes, this is required to establish which documents you have permissions to modify or edit. To do this anonymously, use username: "guest", password: "guest". </p> <br/>
|
A. Yes, this is required to establish which documents you have permissions to modify or edit. To do this anonymously, use username: "guest", password: "guest". </p> <br/>
|
||||||
<p>Q. Why the name and url edgwareroad.org? <br/>
|
<p>Q. Why the name and url edgwareroad.org? <br/>
|
||||||
|
|
|
@ -1,8 +1,23 @@
|
||||||
{% extends 'main_base.html' %}
|
{% extends 'main_base.html' %}
|
||||||
|
|
||||||
|
{% block title %}
|
||||||
|
Login
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block extra_head %}
|
||||||
|
<link rel="stylesheet" href="/static/css/files/login.css" />
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block pageTitle %}
|
||||||
|
Login
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div id="loginWrapper">
|
||||||
<form action="" method="POST">
|
<form action="" method="POST">
|
||||||
{{ form.as_ul }}<br />
|
{{ form.as_ul }}<br />
|
||||||
<input type="submit" value="Submit" />
|
<input type="submit" value="Submit" />
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user