diff --git a/media/default.jpg b/media/default.jpg index 8648915..d471740 100644 Binary files a/media/default.jpg and b/media/default.jpg differ diff --git a/orga/templates/orga/orga_main.html b/orga/templates/orga/orga_main.html index eb4f6ba..42ad266 100644 --- a/orga/templates/orga/orga_main.html +++ b/orga/templates/orga/orga_main.html @@ -1,6 +1,10 @@ {% extends "users/base.html" %} {% load static %} {% block content %} + +

{{request.user.profile.agency.name}}

@@ -12,29 +16,64 @@
{% endif %}
-
+
+ +
+
+ + - + + + +{% endblock content %} \ No newline at end of file diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 50de61f..9f3fcbc 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -538,4 +538,5 @@ $(window).click(function() { + \ No newline at end of file