From 1b78657973b9da7af32e7e9df8ea3e92a7928876 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 22 Oct 2017 18:43:28 +0300 Subject: www: drop @ and : from usernames --- juick-www/src/main/webapp/WEB-INF/views/macros/tree.html | 2 +- juick-www/src/main/webapp/WEB-INF/views/partial/message.html | 2 +- juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html | 2 +- juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'juick-www/src') diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html index bb2507aa..cffddad8 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html +++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tree.html @@ -5,7 +5,7 @@
{% if not msg.user.banned %} - @{{ msg.user.name }}: + {{ msg.user.name }} diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html index cb417c1e..045471f8 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html @@ -1,7 +1,7 @@
{{ msg.user.name }} diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html index 30bbc44c..dc373b20 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/thread_list.html @@ -3,7 +3,7 @@
{% if not msg.user.banned %} - @{{ msg.user.name }}: + {{ msg.user.name }} diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index a6dd04b3..9dfa958f 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -17,7 +17,7 @@
{{ tags(msg.user.name, msg.tags | tagsList) }} -- cgit v1.2.3