Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

profile_display.html 367 B

123456789
  1. <div class="media">
  2. <div class="pull-left">
  3. <img class="media-object" src="{{ profile.user_image }}" style="width: 50px; min-height: 1px"/>
  4. </div>
  5. <div class="media-body">
  6. <div>{{ profile.first_name or "" }} {{ profile.last_name or "" }}</div>
  7. <div class="text-muted"><small>{{ profile.fb_location or profile.fb_hometown or "" }}</small></div>
  8. </div>
  9. </div>