Mercurial > public > sg101
comparison gpp/templates/bio/edit_elsewhere.html @ 137:c7d75cdfea21
Fixing #27, add instructions for MySpace Friend ID on the edit elsewhere links page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2009 04:11:12 +0000 |
parents | 74f04122295e |
children | 6a5549c2efb5 |
comparison
equal
deleted
inserted
replaced
136:d203a4a986d2 | 137:c7d75cdfea21 |
---|---|
18 </ul> | 18 </ul> |
19 {% else %} | 19 {% else %} |
20 <p>No social network profiles.</p> | 20 <p>No social network profiles.</p> |
21 {% endif %} | 21 {% endif %} |
22 | 22 |
23 <h4>Add a Social Network</h4> | |
24 <form method="post" action="."> | 23 <form method="post" action="."> |
24 <fieldset> | |
25 <legend>Add a Social Network</legend> | |
25 {{ sn_form.as_p }} | 26 {{ sn_form.as_p }} |
27 <p>For MySpace, you must enter your | |
28 <a href="http://faq.myspace.com/app/answers/detail/a_id/278" target="_blank">Myspace Friend ID</a> | |
29 in the <i>Username</i> box.</p> | |
26 <p><input type="submit" name="sn-form" value="Add Social Network" class="button" /></p> | 30 <p><input type="submit" name="sn-form" value="Add Social Network" class="button" /></p> |
31 </fieldset> | |
27 </form> | 32 </form> |
28 <hr /> | 33 <hr /> |
29 <h3>Instant Messengers</h3> | 34 <h3>Instant Messengers</h3> |
30 {% if request.user.instant_messenger_profiles.all %} | 35 {% if request.user.instant_messenger_profiles.all %} |
31 <ul> | 36 <ul> |
42 </ul> | 47 </ul> |
43 {% else %} | 48 {% else %} |
44 <p>No instant messenger profiles.</p> | 49 <p>No instant messenger profiles.</p> |
45 {% endif %} | 50 {% endif %} |
46 | 51 |
47 <h4>Add an Instant Messenger</h4> | |
48 <form method="post" action="."> | 52 <form method="post" action="."> |
53 <fieldset> | |
54 <legend>Add an Instant Messenger</legend> | |
49 {{ im_form.as_p }} | 55 {{ im_form.as_p }} |
50 <p><input type="submit" name="im-form" value="Add Instant Messenger" class="button" /></p> | 56 <p><input type="submit" name="im-form" value="Add Instant Messenger" class="button" /></p> |
57 </fieldset> | |
51 </form> | 58 </form> |
52 <hr /> | 59 <hr /> |
53 <h3>Websites</h3> | 60 <h3>Websites</h3> |
54 {% if request.user.website_profiles.all %} | 61 {% if request.user.website_profiles.all %} |
55 <ul> | 62 <ul> |
66 </ul> | 73 </ul> |
67 {% else %} | 74 {% else %} |
68 <p>No website profiles.</p> | 75 <p>No website profiles.</p> |
69 {% endif %} | 76 {% endif %} |
70 | 77 |
71 <h4>Add a Website</h4> | |
72 <form method="post" action="."> | 78 <form method="post" action="."> |
79 <fieldset> | |
80 <legend>Add a Website</legend> | |
73 {{ w_form.as_p }} | 81 {{ w_form.as_p }} |
74 <p><input type="submit" name="w-form" value="Add Website" class="button" /></p> | 82 <p><input type="submit" name="w-form" value="Add Website" class="button" /></p> |
83 </fieldset> | |
75 </form> | 84 </form> |
76 <hr /> | 85 <hr /> |
77 <p><a href="{% url bio-edit_profile %}">Back to Your Profile</a></p> | 86 <p><a href="{% url bio-edit_profile %}">Back to Your Profile</a></p> |
78 {% endblock %} | 87 {% endblock %} |