Browse Source

removed change

Rafa 8 years ago
parent
commit
5e524f2673
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/template/default/learnpath/list.tpl

+ 2 - 2
main/template/default/learnpath/list.tpl

@@ -72,11 +72,11 @@
                         {% if is_allowed_to_edit %}
                             <th>{{ "PublicationDate"|get_lang }}</th>
                             <th>{{ "ExpirationDate"|get_lang }}</th>
-                            <th>{{ "Progress"|get_lang }} (*)</th>
+                            <th>{{ "Progress"|get_lang }}</th>
                             <th>{{ "AuthoringOptions"|get_lang }}</th>
                         {% else %}
                             {% if not is_invitee %}
-                                <th>{{ "Progress"|get_lang }} (*)</th>
+                                <th>{{ "Progress"|get_lang }}</th>
                             {% endif %}
 
                             <th>{{ "Actions"|get_lang }}</th>