diff --git a/apps/portal/templates/portal/base.html b/apps/portal/templates/portal/base.html index 312d60ed..6aa94f4c 100644 --- a/apps/portal/templates/portal/base.html +++ b/apps/portal/templates/portal/base.html @@ -23,6 +23,13 @@ - -
Manage and switch between your organisations
+Create your first organisation to get started!
+- {{ product.description }} -
- {% endif %} -{{ product.description }}
+ {% endif %} +active_challenges_count: {{ active_challenges_count }}
-open_bounties_count: {{ open_bounties_count }}
-active_contributors_count: {{ active_contributors_count }}
-Name | -Role | -Joined | -
---|---|---|
{{ role.person.full_name }} | -
-
- {{ role.get_role_display }}
-
- |
- - {{ role.created_at|date:"M j, Y" }} - | -
No team members yet
- {% endif %} + +Name | +Role | +Joined | +
---|---|---|
{{ role.person.full_name }} | +
+
+ {{ role.get_role_display }}
+
+ |
+ + {{ role.created_at|date:"M j, Y" }} + | +
No team members yet
+ {% endif %} +active_challenges_count: {{ active_challenges_count }}
+open_bounties_count: {{ open_bounties_count }}
+active_contributors_count: {{ active_contributors_count }}