Commit 96f79041 by Dudás Ádám

school: customized tooltips

parent efab9932
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" /> <img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div> </div>
<div class="boxhelp-box"> <div class="boxhelp-box">
<p>{% blocktrans %}This is the list of your own templates.{% endblocktrans %}</p> <p>{% blocktrans %}This is the list of groups you own.{% endblocktrans %}</p>
<p>{% blocktrans %}Templates are customized versions of the base images.{% endblocktrans %}</p> <p>{% blocktrans %}Groups are collections of users.{% endblocktrans %}</p>
<p>{% blocktrans %}You can install all the needed software on a master <p>{% blocktrans %}You can share templates with your groups, so
machine, and it will be ready to run by your students in minutes. that they can run instances of those templates.
{% endblocktrans %}</p> {% endblocktrans %}</p>
</div> </div>
</div> </div>
......
...@@ -11,10 +11,9 @@ ...@@ -11,10 +11,9 @@
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" /> <img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div> </div>
<div class="boxhelp-box"> <div class="boxhelp-box">
<p>{% blocktrans %}This is the list of your own templates.{% endblocktrans %}</p> <p>{% blocktrans %}This is the list of this group's members.{% endblocktrans %}</p>
<p>{% blocktrans %}Templates are customized versions of the base images.{% endblocktrans %}</p> <p>{% blocktrans %}Members are the people who can start new
<p>{% blocktrans %}You can install all the needed software on a master instances of templates shared with the group.
machine, and it will be ready to run by your students in minutes.
{% endblocktrans %}</p> {% endblocktrans %}</p>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment