diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/profile.st | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/template/profile.st b/template/profile.st index 46e8cb4..9c77069 100755 --- a/template/profile.st +++ b/template/profile.st @@ -42,7 +42,7 @@ $if(is_home)$ <div id="avatar-editing" style="display: none"> <div id="avatar" class="editable">$avatar$</div> - <input id="upload" value="Upload" type="submit"> + <input id="upload" value="Upload Icon" type="submit"> <img id="spinner" src="/static/spinner.gif" style="display: none" /> </div> $endif$ @@ -51,8 +51,7 @@ $if(contact)$ <div id="contact" class="linkify">$contact$</div> $else$ - <br><br> - <div><img src="/static/noinfo.png"></div> + <div><img id="contact" src="/static/noinfo.png"></div> $endif$ <br> @@ -60,7 +59,7 @@ $if(bio)$ <div id="bio" class="linkify">$bio$</div> $else$ - <div><img src="/static/noinfo.png"></div> + <div><img id="bio" src="/static/noinfo.png"></div> $endif$ $if(is_home)$ |
