summaryrefslogtreecommitdiffstats
path: root/webapp/templates/user_popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/templates/user_popup.html')
-rw-r--r--webapp/templates/user_popup.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/templates/user_popup.html b/webapp/templates/user_popup.html
new file mode 100644
index 0000000000..95e80673ca
--- /dev/null
+++ b/webapp/templates/user_popup.html
@@ -0,0 +1,7 @@
+<div class="popup-name">
+<b>{{account.real_name}}</b><br/>
+{{account.email}}
+</div>
+<div class="popup-info">
+{%if not account.cla_verified%}<br/><i>No CLA</i>{%endif%}
+</div>