Skip to content

Commit

Permalink
domain register shows price per year
Browse files Browse the repository at this point in the history
  • Loading branch information
ukfsn committed Sep 10, 2010
1 parent 44ace7d commit 9130793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugins/domain_name/register
Expand Up @@ -7,7 +7,7 @@
[% FOR t = tlds %]
<option value="[%t.id|html%]"
[% "SELECTED" IF oldparams.tld == t.id %]
>.[%t.tld|html%] ([%t.price%]/[%t.duration%] years)</option>
>.[%t.tld|html%] (&pound;[%t.price%] per year)</option>
[%END%]
</select>
[% IF available %]
Expand Down

0 comments on commit 9130793

Please sign in to comment.