From 815e9bfe2a912f0804de4882a11fd349b2f4d796 Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Mon, 26 Jul 2021 23:01:48 +0200 Subject: Add Description and visibility attributes Modify in profil's page your description and your choice about show you on the directory. The default visibility's choice is false. Tthe description is empty by default. In the directory, a new row exist to show the description. Adapt view in column Description I use the style `word-break: break-all;` on the `` --- templates/profile.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'templates/profile.html') diff --git a/templates/profile.html b/templates/profile.html index bfd79cd..5445d6d 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -37,6 +37,18 @@ +
+ + +
+
+ {{if .Visibility}} + + {{else}} + + {{end}} + +
{{end}} -- cgit v1.2.3