summaryrefslogtreecommitdiffstats
path: root/src/web/template.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/template.vala')
-rw-r--r--src/web/template.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/template.vala b/src/web/template.vala
index 4dcda38..009ebcf 100644
--- a/src/web/template.vala
+++ b/src/web/template.vala
@@ -65,6 +65,7 @@ public class WebTemplate {
}
this.template = ((string) basis).replace("{{{NAVBAR}}}", ((string) menu));
+ this.template = this.template.replace("{{{SHORTNAME}}}", shortname);
this.template = this.template.replace("{{{AUTH}}}", ((string) auth));
this.template = this.template.replace("{{{CONTENT}}}", ((string) template));
this.template = this.template.replace("{{{USERNAME}}}", login.name);