summaryrefslogtreecommitdiff
path: root/gstudio/templates/metadashboard/userdashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/metadashboard/userdashboard.html')
-rw-r--r--gstudio/templates/metadashboard/userdashboard.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gstudio/templates/metadashboard/userdashboard.html b/gstudio/templates/metadashboard/userdashboard.html
index e02f4ba1..a8342b1f 100644
--- a/gstudio/templates/metadashboard/userdashboard.html
+++ b/gstudio/templates/metadashboard/userdashboard.html
@@ -5,20 +5,20 @@
{% if user.is_authenticated %}
- <h> Welcome to the GnowledgeStudio</h></br>
+<!-- <h> Welcome to the GnowledgeStudio</h></br>
<h>You are logged in as <font color="blue">{{user.username}}</font></h>
- <p></br>
-<p> Here is a list of all the groups:</p>
+ <p></br> -->
+<p> On the loom now:</p>
</br>
{% for each in meetings.member_systems.all %}
<a href="/gstudio/group/gnowsys-grp/{{each.id}}/">{{each.title}}</a></br>
{% endfor %}
- <input type="button" value="Create a new meeting" onClick="location.href=parseURL('groupadd/');">
+ <input type="button" value="Want to weave a thread?" onClick="location.href=parseURL('groupadd/');">
</p>
<p>
</br>
{% else %}
- <h1> <p style = "color :black;">OOPS!!! Login Please!</p></h1>
+ <h1> <p style = "color :black;">Please Login</p></h1>
{% endif %}