Skip to content

Commit

Permalink
Applying same changes to mako templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Angel Garcia Martinez committed Apr 7, 2015
1 parent f651301 commit a3d82e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions v7/projectpages/templates/mako/project.tmpl
Expand Up @@ -31,21 +31,21 @@

% if post.meta('language'):
<tr>
<td><b>Language</b></td>
<th>Language</th>
<td>${post.meta('language')}</td>
</tr>
% endif

% if post.meta('license'):
<tr>
<td><b>License</b></td>
<th>License</th>
<td>${post.meta('license')}</td>
</tr>
% endif

% if post.meta('role'):
<tr>
<td><b>Role</b></td>
<th>Role</th>
<td>${post.meta('role')}</td>
</tr>
% endif
Expand Down Expand Up @@ -75,8 +75,8 @@
</div>

${post.text(lang)}
</div>
% if post.meta('logo'):
</div>
</div>
</div>
% endif
</%block>

0 comments on commit a3d82e4

Please sign in to comment.