diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/profile.st | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/profile.st b/template/profile.st index 0fe12c9..482665b 100644 --- a/template/profile.st +++ b/template/profile.st @@ -66,6 +66,13 @@ <div><img id="bio" src="/static/img/noinfo.png"></div> $endif$ + $if(score_ent)$ + <div id="score" style="font-size: 500%"> + <h3>score</h3> + $score_ent$ + </div> + $endif$ + $if(is_home)$ <br> <div id="edit-toggle"><a href="#">edit profile</a></div> |
