bgneal@29: {% extends 'bio/base.html' %} bgneal@310: {% load url from future %} bgneal@29: {% block title %}Edit Your Elsewhere Links{% endblock %} bgneal@29: {% block content %} bgneal@29:

Edit Your Elsewhere Links

bgneal@29:

Social Networks

bgneal@29: {% if request.user.social_network_profiles.all %} bgneal@29: bgneal@29: {% else %} bgneal@29:

No social network profiles.

bgneal@29: {% endif %} bgneal@29: bgneal@194:
{% csrf_token %} bgneal@137:
bgneal@137: Add a Social Network bgneal@29: {{ sn_form.as_p }} bgneal@405:

bgneal@405: For Facebook, you must enter your profile ID in the Username box. Visit your bgneal@405: Facebook profile. Look at your browser's URL (address) bar. If you see a link of the form bgneal@405: http://www.facebook.com/profile.php?id=1234567890, you want that number after the bgneal@405: id= part. If you don't see a link like that, hover your mouse over your bgneal@405: profile picture, and a link of the above form should appear in your browser's status bar bgneal@405: (usually at the bottom). You can right-click on your photo and choose "copy link address" bgneal@405: (the exact message will vary by browser) to copy the link. Then paste into the bgneal@405: Username box, then delete everything but the long number. bgneal@405:

bgneal@29:

bgneal@137:
bgneal@29:
bgneal@29:
bgneal@29:

Instant Messengers

bgneal@29: {% if request.user.instant_messenger_profiles.all %} bgneal@29: bgneal@29: {% else %} bgneal@29:

No instant messenger profiles.

bgneal@29: {% endif %} bgneal@29: bgneal@194:
{% csrf_token %} bgneal@137:
bgneal@137: Add an Instant Messenger bgneal@29: {{ im_form.as_p }} bgneal@29:

bgneal@137:
bgneal@29:
bgneal@29:
bgneal@29:

Websites

bgneal@29: {% if request.user.website_profiles.all %} bgneal@29: bgneal@29: {% else %} bgneal@29:

No website profiles.

bgneal@29: {% endif %} bgneal@29: bgneal@194:
{% csrf_token %} bgneal@137:
bgneal@137: Add a Website bgneal@29: {{ w_form.as_p }} bgneal@29:

bgneal@137:
bgneal@29:
bgneal@29:
bgneal@310:

Back to Your Profile

bgneal@29: {% endblock %}