edgware/edgware/templates/main/faq.html
ashok sukumaran 8ab2e3be35 front pages
2011-07-03 17:06:36 +05:30

27 lines
1007 B
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">
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 username: "guest", password: "guest". </p>
<p>Q. Why the name and url edgwareroad.org? <br/>
A. This project was inspired by our work there, and that of others in the neighbourhood. It is an idea of naming based on an encounter 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 are also interested in, rather than representative of, the road). </p>
</div>
{% endblock %}