Adding a field to the profile: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 70:
Let's search the code on your computer for the string 'web site'.
 
<div style="background: black; color: white;"><pre>
$ git grep --color 'web site'
mysite/expect-deploy:status "\r\n*** Reloading the web site... ***\r\n"
mysite/profile/templates/profile/base_profile.html: <h4>web site</h4>
mysite/static/sample-data/open-opensolaris-bug.html: <a href="http://hub.opensolaris.org/bin/view/Main/help">Hel
</pre></div>
 
= Testing =
Anonymous user