File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 class="mb-0 h3">
28
28
{% if msg %}
29
29
{{ msg | safe }}
30
30
{% else %}
31
- Use default credentials: test / ApS12_ZZs8
31
+ Add your credentials
32
32
{% endif %}
33
33
</ p >
34
34
</ div >
@@ -70,7 +70,7 @@ <h1 class="mb-0 h3">
70
70
</ div >
71
71
72
72
</ div >
73
- < button type ="submit " name ="login " class ="btn btn-block btn-primary "> Sign in </ button >
73
+ < button type ="submit " name ="login " class ="btn btn-block btn-primary "> Sign IN </ button >
74
74
</ form >
75
75
76
76
< div class ="d-flex justify-content-center align-items-center mt-4 ">
Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ <h1 class="mb-0 h3">
33
33
</ p >
34
34
</ div >
35
35
36
+ {% if success %}
37
+
38
+ < a href ="{% url 'login' %} " class ="btn btn-block btn-primary "> Sign IN</ a >
39
+
40
+ {% else %}
41
+
36
42
< form method ="post " action ="">
37
43
38
44
{% csrf_token %}
@@ -95,8 +101,12 @@ <h1 class="mb-0 h3">
95
101
</ div >
96
102
97
103
</ div >
98
- < button type ="submit " name ="register " class ="btn btn-block btn-primary "> Sign in </ button >
104
+ < button type ="submit " name ="register " class ="btn btn-block btn-primary "> Sign UP </ button >
99
105
</ form >
106
+
107
+ {% endif %}
108
+
109
+
100
110
< div class ="d-flex justify-content-center align-items-center mt-4 ">
101
111
< span class ="font-weight-normal ">
102
112
© < a href ="https://themesberg.com " target ="_blank "> Themesberg</ a >
You can’t perform that action at this time.
0 commit comments