aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/resources/templates/chat.html
diff options
context:
space:
mode:
Diffstat (limited to 'cli/onionshare_cli/resources/templates/chat.html')
-rw-r--r--cli/onionshare_cli/resources/templates/chat.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/onionshare_cli/resources/templates/chat.html b/cli/onionshare_cli/resources/templates/chat.html
index 7156d58c..48434d99 100644
--- a/cli/onionshare_cli/resources/templates/chat.html
+++ b/cli/onionshare_cli/resources/templates/chat.html
@@ -23,6 +23,7 @@
<div class="chat-container no-js">
<div class="chat-users">
<div class="editable-username">
+ <label for="username">Your username:</label>
<input id="username" value="{{ username }}" />
<p id="username-error"></p>
</div>
@@ -43,4 +44,4 @@
<script async src="{{ static_url_path }}/js/chat.js"></script>
</body>
-</html> \ No newline at end of file
+</html>