]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/users/sms.tt2
Show avilable credits
[ndwebbie.git] / root / src / users / sms.tt2
index 21a611bbb5413adb8aad1d4c4f5b841763a5859a..0a5e12757e2a747bafdbbc879d0cf670942e6aff 100644 (file)
@@ -2,6 +2,7 @@
 
 <form action="postsms" method="post" id="sms"><fieldset class="forum-post">
 <legend>New SMS</legend>
+       <p>Available credits: [% credits %]</p>
        <p><span id="recadd">Receiver(s): </span><select name="uid" multiple size="5">
 [% FOR u IN users %]
                <option value="[% u.uid %]" [% IF uid == u.uid %]selected[% END %]>[% u.username %]</option>