~tanner/+junk/raidplanner-TG2

« back to all changes in this revision

Viewing changes to raidtrackertg2/templates/loots.html

  • Committer: Robert J. Tanner
  • Date: 2009-02-04 06:22:26 UTC
  • Revision ID: tanner@real-time.com-20090204062226-fxrsqx5u2y5q0f5l
* Fix bug with variable player.name

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                        <td><b>Time</b></td>
23
23
                </tr>
24
24
                <tr py:for="loot, item, player in loots">
25
 
                        <td><a href="http://www.wowarmory.com/character-sheet.xml?r=Executus&amp;n=%{player.name}" py:content="player.name">Linghu</a></td>
 
25
                        <td><a href="http://www.wowarmory.com/character-sheet.xml?r=Executus&amp;n=${player.name}" py:content="player.name">Linghu</a></td>
26
26
                        <td><a href="http://www.wowhead.com/?item=${loot.item_id}" py:content="item.name">Greater Cosmic Essence</a></td>
27
27
                        <td py:content="loot.boss">Boss or Trash mob</td>
28
28
                        <td py:content="loot.note">Place holder for note</td>