17
17
< header class ="cms-welcome-header ">
18
18
< h1 class ="cms-welcome-heading ">
19
19
< span class ="cms-icon cms-icon-check "> </ span >
20
- {% trans "Installation successful !" %}
20
+ {% trans "Welcome to your new django CMS installation !" %}
21
21
</ h1 >
22
22
< a href ="/ " class ="cms-welcome-logo ">
23
23
< span class ="cms-hidden "> {% trans "django CMS" %}</ span >
24
24
</ a >
25
- </ header >
26
- {{ request.version }}
27
-
28
- < section class ="cms-welcome-section ">
29
25
< h2 >
30
- {% if user.is_authenticated %}
31
- {% trans "Add your first page" %}
32
- {% else %}
33
- {% trans "Please log in" %}
34
- {% endif %}
26
+ {% blocktrans %}Version {{ cms_version }}{% endblocktrans %}
35
27
</ h2 >
36
- < p >
37
- {% blocktrans %}
38
- Welcome to django CMS version < strong > {{ cms_version }}</ strong > .
39
- {% endblocktrans %}
40
- </ p >
41
- < p >
42
- {% url "admin:cms_page_add" as admin_add_page %}
28
+ < p class ="lead ">
43
29
{% if user.is_authenticated %}
44
- {% blocktrans %}
45
- < a href ="{{ admin_add_page }} " class ="js-welcome-add "> Add the first page</ a > to the system to continue.
46
- {% endblocktrans %}
30
+ {% trans "Let’s build something great together!" %}
47
31
{% else %}
48
- {% blocktrans %}
49
- JavaScript seems to be disabled so please
50
- < a href ="{{ admin_add_page }} " class ="js-welcome-add "> add a page</ a > manually.
51
- {% endblocktrans %}
32
+ {% trans "Please log in" %}
52
33
{% endif %}
53
34
</ p >
35
+ {% url "admin:cms_page_add" as admin_add_page %}
36
+ {% blocktrans %}
37
+ < a class ="js-welcome-add cms-btn cms-btn-action "> Add your first page</ a >
38
+ {% endblocktrans %}
39
+ </ header >
40
+
41
+ < section class ="cms-welcome-cards ">
42
+ < div class ="cms-welcome-section ">
43
+ {% blocktranslate %}
44
+ < h2 > Help Funding</ h2 >
45
+ < p >
46
+ Your funding directly benefits the product, mainly through the
47
+ < a href ="https://www.django-cms.org/en/fellowship-program/)! "> django CMS Fellowship Program</ a > !
48
+ </ p >
49
+ < p >
50
+ A quick way for yourself or your organisation to donate is on
51
+ < a href ="https://github.com/sponsors/django-cms "> Github Sponsors</ a > .
52
+ </ p >
53
+ {% endblocktranslate %}
54
+ </ div >
55
+ < div class ="cms-welcome-section ">
56
+ {% blocktranslate %}
57
+ < h2 > Join Us</ h2 >
58
+ < p >
59
+ The django CMS Association is a non-profit organisation that funds and steers the development of
60
+ django CMS.
61
+ </ p >
62
+ < p >
63
+ You can < a href ="https://www.django-cms.org/en/memberships/ "> join both as an individual or as an
64
+ organisation</ a > .
65
+ </ p >
66
+ {% endblocktranslate %}
67
+ </ div >
68
+ < div class ="cms-welcome-section ">
69
+ {% blocktranslate %}
70
+ < h2 > Contribute</ h2 >
71
+ < ul >
72
+ < li > < a href ="https://www.django-cms.org/en/contribute/ "> Contribute code:</ a > fix a bug or
73
+ implement a new feature!</ li >
74
+ < li > < a href ="https://www.django-cms.org/en/volunteering-opportunities/ "> Volunteer:</ a >
75
+ We offer fun and efficient team work!</ li >
76
+ < li > < a href ="https://www.django-cms.org/en/repositories-plugins/ "> Open-source your work:</ a >
77
+ Make the ecosystem strong.</ li >
78
+ </ ul >
79
+ {% endblocktranslate %}
80
+ </ div >
54
81
</ section >
55
82
56
83
< footer class ="cms-welcome-footer ">
@@ -59,6 +86,8 @@ <h2 class="cms-hidden">{% trans "Installation Notes" %}</h2>
59
86
< a href ="//django-cms.org/ " target ="_blank "> {% trans "django CMS" %}</ a >
60
87
< a href ="//django-cms.org/en/support " target ="_blank "> {% trans "Support" %}</ a >
61
88
< a href ="//docs.django-cms.org/ " target ="_blank "> {% trans "Documentation" %}</ a >
89
+ < a href ="//user-guide.django-cms.org/ " target ="_blank "> {% trans "User guide" %}</ a >
90
+ < a href ="//www.django-cms.org/en/donate/ " target ="_blank "> {% trans "Give back" %}</ a >
62
91
</ p >
63
92
{% blocktrans %}
64
93
< p class ="cms-welcome-notes "> If you don't see the django CMS logo at the top, make sure
@@ -91,11 +120,6 @@ <h2 class="cms-hidden">{% trans "Installation Notes" %}</h2>
91
120
title : '{% trans "Welcome to django CMS" %}'
92
121
} ) ;
93
122
} ) ;
94
-
95
- // automatically trigger the modal if sideframe isn't open
96
- if ( ! CMS . settings . sideframe . url ) {
97
- btn . trigger ( 'click' ) ;
98
- }
99
123
} ) ;
100
124
{ % else % }
101
125
window . location . href = '{% url "admin:login" %}?next={{ next_url }}' ;
0 commit comments