front pages
This commit is contained in:
parent
725585980b
commit
db36aa8670
BIN
edgware/templates/.DS_Store
vendored
BIN
edgware/templates/.DS_Store
vendored
Binary file not shown.
|
@ -16,7 +16,7 @@
|
|||
{{ filterForm.as_p }}
|
||||
<p>
|
||||
<input type="hidden" name="page_no" id="page_no" value="1" />
|
||||
<input type="submit" value="Submit" id="submitFilter" />
|
||||
<input type="submit" value="Find" id="submitFilter" />
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/static/css/main/home.css" />
|
||||
<link rel="stylesheet" href="/static/css/files/faq.css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block pageTitle %}
|
||||
|
@ -13,8 +13,11 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="centerSentence">
|
||||
FAQs are here. we should start writing a few.
|
||||
<div id="faqBlock">
|
||||
FAQs <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 "guest" </p>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user