diff --git a/aprendizations/templates/courses.html b/aprendizations/templates/courses.html index 6b53314..35d3602 100644 --- a/aprendizations/templates/courses.html +++ b/aprendizations/templates/courses.html @@ -7,17 +7,12 @@ - - - - + + {% include include-libs.html %} - - - + {{appname}} diff --git a/aprendizations/templates/include-libs.html b/aprendizations/templates/include-libs.html new file mode 100644 index 0000000..f4a7c4a --- /dev/null +++ b/aprendizations/templates/include-libs.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/aprendizations/templates/login.html b/aprendizations/templates/login.html index 0a4d389..f320e16 100644 --- a/aprendizations/templates/login.html +++ b/aprendizations/templates/login.html @@ -5,9 +5,7 @@ - - - + {% include include-libs.html %}