~daker/loco-team-portal/fix.pypi

« back to all changes in this revision

Viewing changes to loco_directory/templates/teams/team_detail.html

  • Committer: Tarmac
  • Author(s): Adnane Belmadiaf
  • Date: 2012-09-25 21:01:12 UTC
  • mfrom: (527.3.3 fix.identica)
  • Revision ID: tarmac@geekpad-20120925210112-ww117n1we3ytzby7
[r=] * Removed identi.ca from the feed

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
<script type="text/javascript"> 
43
43
$(function() {
44
44
    var perPage = '16';
45
 
    $('.twidenash').twidenash();
 
45
    $('.twidenash').twidenash({
 
46
        sources: [
 
47
            'http://search.twitter.com/',
 
48
        ]
 
49
    });
46
50
 
47
51
    {% if team.flickr_id %}
48
52
        $('#flickr').flickr({ key: "{{ flickr_api_key }}", id: "{{ team.flickr_id }}", amount: 6 });