diff --git a/aprendizations/templates/courses.html b/aprendizations/templates/courses.html index b390591..6b53314 100644 --- a/aprendizations/templates/courses.html +++ b/aprendizations/templates/courses.html @@ -12,9 +12,6 @@ - - - @@ -44,9 +41,7 @@
Posição | @@ -71,12 +65,10 @@|||
---|---|---|---|
-
-
{{ '' if i==0 else i+1 }} |
- + | {{ ' '.join(r[1].split()[n] for n in (0,-1)) }} | diff --git a/aprendizations/templates/topic.html b/aprendizations/templates/topic.html index 845e563..0e51ca3 100644 --- a/aprendizations/templates/topic.html +++ b/aprendizations/templates/topic.html @@ -14,9 +14,6 @@ - - - |