diff --git a/django/core/templates/core/base.djhtml b/django/core/templates/core/base.djhtml index ffddace..728bcf0 100644 --- a/django/core/templates/core/base.djhtml +++ b/django/core/templates/core/base.djhtml @@ -7,6 +7,17 @@ + + + + + + + + + + + {% load static %} -
+
-
+
-

Jesús

-

Desarrollador

+

Jesús

+

Desarrollador

diff --git a/django/project/templates/trabajo/index.djhtml b/django/project/templates/trabajo/index.djhtml index 9081a4e..bd69c79 100644 --- a/django/project/templates/trabajo/index.djhtml +++ b/django/project/templates/trabajo/index.djhtml @@ -22,17 +22,17 @@
{% for project in projects %} -
+
- {{project.title}} + {{project.title}}

{% if project.link %} - {{project.title}} + {{project.title}} {% endif %}

-

{{project.decription}}

+

{{project.decription}}

{% endfor %} @@ -44,7 +44,7 @@ {% block footer %} -