edgware/edgware/templates/main/faq.html
ashok sukumaran 43d781058c front pages
2011-07-04 19:12:24 +05:30

31 lines
1.3 KiB
HTML

{% extends 'main_base.html' %}
{% block title %}
Home
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/files/faq.css" />
{% endblock %}
{% block pageTitle %}
FAQ
{% endblock %}
{% block content %}
<div id="faqBlock">
<h5>FAQs</h5>
<p class="q1"><a name="whylogin"></a>Q. Why do I need to login in order to use the printing tools?</p>
A. This helps establish which documents you have permissions to modify or edit. To do this anonymously or to test, use username: "guest", password: "guest".
<p class="q1"><a name="howlogin"></a>Q. How do I get a username / login then? </p>
A. For now, write to us at contact@edgwareroad.org. At a later point registration will be possible through the website.
<p class="q1"><a name="whyedgware">Q. Why the name and url edgwareroad.org? </p>
A. This project was inspired by our work on the road, and the work of others in the neighbourhood. It is an idea of naming based on an engagement with something, rather than on owning or representing that thing. CAMP and the Centre for Possible Studies plan to pass on the functioning of this website to people working locally (who would similarly be people interested in, rather than owners or representatives of, the area).
</div>
{% endblock %}