You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rg...@apache.org on 2009/12/28 17:45:12 UTC

svn commit: r894201 - /comdev/nearby_people/templates/welcome.html

Author: rgardler
Date: Mon Dec 28 16:45:11 2009
New Revision: 894201

URL: http://svn.apache.org/viewvc?rev=894201&view=rev
Log:
tweak the instructions

Modified:
    comdev/nearby_people/templates/welcome.html

Modified: comdev/nearby_people/templates/welcome.html
URL: http://svn.apache.org/viewvc/comdev/nearby_people/templates/welcome.html?rev=894201&r1=894200&r2=894201&view=diff
==============================================================================
--- comdev/nearby_people/templates/welcome.html (original)
+++ comdev/nearby_people/templates/welcome.html Mon Dec 28 16:45:11 2009
@@ -4,9 +4,12 @@
 {% block heading %}Welcome{% endblock %}
 {% block bodyclass %}home{% endblock %}
 {% block content %}
-<p>To begin, please pick your location.</p>
+<p>To begin, please enter your location and select the kind of search you want to make:</p>
 
-<br /><br />
+<ul> 
+ <li>Local Mentors will return people willing to help unestand the ASF</li>
+ <li>Speakers will return people willing to speak at events)</li>
+</ul>
 
 <form action="/pick_place/" method="post">
 {{form.as_p}}