diff options
author | Andrea Lepori <aleporia@gmail.com> | 2023-07-29 18:10:23 +0200 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2023-07-29 18:10:24 +0200 |
commit | d33754446217ceff57a896f146ba194b4b39582e (patch) | |
tree | 946719ba278ae868b746011428dccd23a1941a8d /server/templates | |
parent | fix incorrect user access for new uc (diff) | |
download | scout-subs-d33754446217ceff57a896f146ba194b4b39582e.tar.gz scout-subs-d33754446217ceff57a896f146ba194b4b39582e.zip |
improve performance of doctype
Diffstat (limited to 'server/templates')
-rw-r--r-- | server/templates/server/doc_type.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/templates/server/doc_type.html b/server/templates/server/doc_type.html index c81bcdb..2871258 100644 --- a/server/templates/server/doc_type.html +++ b/server/templates/server/doc_type.html @@ -237,6 +237,12 @@ <td>{{dat.clan.1}}</td> <td>{{dat.clan.2}}</td> </tr> + <tr> + <td><b>Totali</b></td> + <td><b>{{dat.total.0}}</b></td> + <td><b>{{dat.total.1}}</b></td> + <td><b>{{dat.total.2}}</b></td> + </tr> </tbody> </table> </div> |