Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/templates/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/help.html')
-rw-r--r--app/templates/help.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/templates/help.html b/app/templates/help.html
index 98977ab..b7043ef 100644
--- a/app/templates/help.html
+++ b/app/templates/help.html
@@ -26,6 +26,9 @@ ${get_flashed_messages()}
<div py:if="project_name != 'None'" id="tabs-0" style="height:280px">
<div style="text-align:right;">
<p>You are constructing <strong>$project_name Activity</strong>.</p>
+ <p py:if="edit_history==[]"><strong>Warning:</strong> If you modify Sugar Activities they may stop to work!
+ <br/>Consult the documentation for more information.
+ </p>
<p py:if="edit_history!=[]">
These are the most recently edited files:</p>
<div id="filer">
@@ -45,7 +48,7 @@ ${get_flashed_messages()}
<div style="text-align:right;">
<div class="rounded" style="background-color:white;float:left; padding: 35px;">
<img src="/static/images/activity-websdk.stroke.png" /></div>
- <p>You can build Sugar Activities using standard web technologies with WebSDK.</p>
+ <p>You can build or modify Sugar Activities!</p>
<p>You may start a new project:</p>
<form target="_top" action="/chdir" method="POST">
<input class="rounded" style="height:22px;background-color:white;" name="newproject" type="text" />