diff --git a/assets/css/ojuso.css b/assets/css/ojuso.css index 345f519..efe1acc 100644 --- a/assets/css/ojuso.css +++ b/assets/css/ojuso.css @@ -28,6 +28,8 @@ h1 { .ojuso-yellow { color: #f9db3c; } .ojuso-blue { color: #008ad5; } +.mx-1 { margin-left: 10px; } + /* * LAYOUT diff --git a/ojusomap/templates/auth/user_detail.html b/ojusomap/templates/auth/user_detail.html index 892fd9f..17823cc 100644 --- a/ojusomap/templates/auth/user_detail.html +++ b/ojusomap/templates/auth/user_detail.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load avatar_tags %} {% load static %} {% load i18n %} @@ -10,10 +11,12 @@
{{ object.name }}
+ + + {% if object.first_name and object.last_name %} +