You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: moonsheep/templates/error-messages/no-tasks.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
<li> Provide tasks
7
7
<ol>
8
8
<li>For development of forms you might want to enable rotating through available task types by setting
9
-
<code>MOONSHEEP['DEV_ROTATE_TASKS'] = true</code>
9
+
<code>MOONSHEEP['DEV_ROTATE_TASKS'] = True</code>
10
10
</li>
11
-
<li><ahref="{% url "ms-new-task" %}">In production you want to import tasks to the system</a>
12
-
and also come up with a better error template for your users than this
11
+
<li><ahref="{% url "documents" %}">In production you want to import tasks to the system</a>
12
+
and also come up with a better error template for your users than this (TODO how to do it <!-- TODO configurable error_template or error handling --> )
self.template_name='error-messages/no-tasks.html'# TODO we do not want to define the main err template in Moonsheep. How to generally handle messages and errors?
self.template_name='error-messages/presenter-not-defined.html'# TODO we do not want to main err template it in Moonsheep. How to generally handle messages and errors?
0 commit comments