Adding a field to the profile: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Paulproteus
Line 70: Line 70:
Let's search the code on your computer for the string 'web site'.
Let's search the code on your computer for the string 'web site'.


<div style="background: black; color: white;">
$ git grep --color 'web site'
$ 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
</div>


= Testing =
= Testing =