Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
       1:  def get_user_form_for_user(user):
       2:          class UserForm(forms.Form):
       3:              username = forms.CharField()
       4:              fields = user.get_profile().all_field()
       5:              #Use field to find what to show. 




Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2012