Changeset 417

Show
Ignore:
Timestamp:
02/27/08 10:40:48 (9 months ago)
Author:
eevee
Message:

Fixed a couple bad template vars resulting from the db refactoring.

Location:
veekun/trunk/templates
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/dex/page/pokemon.tt

    r406 r417  
    141141        <dd>[% hex_blurb(this.base_happiness) %]</dd> 
    142142        <dt>Growth rate</dt> 
    143         <dd>[% this.evo_chain.growth %]</dd> 
     143        <dd>[% this.evo_chain.growth_rate %]</dd> 
    144144        <dt>Effort points</dt> 
    145145        <dd>[% effort_points = [ ] %] 
  • veekun/trunk/templates/forum/common.tt

    r413 r417  
    201201[%     c.stash.forums_color = 1 %] 
    202202<table class="forums" cellspacing="0"> 
    203 <tr><th></th><th class="icon"></th><th class="name">Forum</th><th class="count">Threads</th><th class="count">Posts</th><th class="postinfo">Last Post</th></tr> 
     203<tr><th class="icon"></th><th class="icon"></th><th class="name">Forum</th><th class="count">Threads</th><th class="count">Posts</th><th class="postinfo">Last Post</th></tr> 
    204204[% END %] 
    205205 
     
    217217    <a href="/forum/[% forum.id %]"> 
    218218        <span class="title">[% forum.name %]</span> 
    219 [%     IF forum.blurb %] 
    220         <span class="blurb">[% forum.blurb %]</span> 
     219[%     IF forum.description %] 
     220        <span class="blurb">[% forum.description %]</span> 
    221221[%     END %] 
    222222    </a>