File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
nginx :
15
15
build : ./nginx
16
16
volumes :
17
- - static:/static
17
+ - static:/code/ static
18
18
ports :
19
19
- " 80:80"
20
20
depends_on :
Original file line number Diff line number Diff line change 42
42
# SECURITY WARNING: don't run with debug turned on in production!
43
43
DEBUG = True
44
44
45
- ALLOWED_HOSTS = ['*' ]
45
+ ALLOWED_HOSTS = [os . environ [ 'WEBSITE_HOSTNAME' ]] if 'WEBSITE_HOSTNAME' in os . environ else [ '*' ]
46
46
47
- CSRF_TRUSTED_ORIGINS = ['http://*.database.windows.net' ]
47
+ CSRF_TRUSTED_ORIGINS = ['http://*.database.windows.net' , 'https://*.azurewebsites.net' ]
48
48
# Application definition
49
49
50
50
INSTALLED_APPS = [
Original file line number Diff line number Diff line change 13
13
< meta charset ="utf-8 "/>
14
14
< meta name ="viewport " content ="width=device-width, initial-scale=1, viewport-fit=cover "/>
15
15
< meta http-equiv ="X-UA-Compatible " content ="ie=edge "/>
16
- < title > Sign in - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. </ title >
16
+ < title > Grievance Hub </ title >
17
17
<!-- CSS files -->
18
18
< link href ="{% static './dist/css/tabler.min.css' %} " rel ="stylesheet "/>
19
19
< link href ="{% static './dist/css/tabler-flags.min.css' %} " rel ="stylesheet "/>
24
24
< body class =" border-top-wide border-primary d-flex flex-column ">
25
25
< div class ="page page-center ">
26
26
< div class ="container-tight py-4 ">
27
- < div class ="text-center mb-4 ">
27
+ <!-- < div class="text-center mb-4">
28
28
<a href="{% url 'dashboard:muncipal_dashboard' %}" class="navbar-brand navbar-brand-autodark"><img src="{% static './static/logo.svg' %}" height="36" alt=""></a>
29
- </ div >
29
+ </div> -->
30
30
< form method ="POST " class ="card card-md " novalidate >
31
31
{% csrf_token %}
32
32
< div class ="card-body ">
Original file line number Diff line number Diff line change 14
14
< meta charset ="utf-8 "/>
15
15
< meta name ="viewport " content ="width=device-width, initial-scale=1, viewport-fit=cover "/>
16
16
< meta http-equiv ="X-UA-Compatible " content ="ie=edge "/>
17
- < title > Sign up - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. </ title >
17
+ < title > Grievance Hub </ title >
18
18
<!-- CSS files -->
19
19
< link href ="{% static './dist/css/tabler.min.css' %} " rel ="stylesheet "/>
20
20
< link href ="{% static './dist/css/tabler-flags.min.css' %} " rel ="stylesheet "/>
25
25
< body class =" border-top-wide border-primary d-flex flex-column ">
26
26
< div class ="page page-center ">
27
27
< div class ="container-tight py-4 ">
28
- < div class ="text-center mb-4 ">
28
+ <!-- < div class="text-center mb-4">
29
29
<a href="{% url 'dashboard:muncipal_dashboard' %}" class="navbar-brand navbar-brand-autodark"><img src="{% static './static/logo.svg' %}" height="36" alt=""></a>
30
- </ div >
30
+ </div> -->
31
31
< form method ="POST " class ="card card-md " novalidate name ="signupForm " onsubmit ="return validName() ">
32
32
{% csrf_token %}
33
33
Original file line number Diff line number Diff line change 14
14
< meta charset ="utf-8 " />
15
15
< meta name ="viewport " content ="width=device-width, initial-scale=1, viewport-fit=cover " />
16
16
< meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
17
- < title > Project Clean
17
+ < title > Grievance Hub
18
18
</ title >
19
19
<!-- CSS files -->
20
20
< link href ="{% static 'dist/css/tabler.min.css' %} " rel ="stylesheet " />
35
35
</ button >
36
36
< h1 class ="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3 " style ="font-size: 20px ">
37
37
38
- Project Clean
38
+ Grievance Hub
39
39
{% comment %} < img src ="{% static '/static/logo.svg' %} " width ="110 " height ="32 " alt ="Tabler "
40
40
class ="navbar-brand-image " /> {% endcomment %}
41
41
@@ -173,7 +173,7 @@ <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-m
173
173
< ul class ="list-inline list-inline-dots mb-0 ">
174
174
< li class ="list-inline-item ">
175
175
Copyright © 2022
176
- < a href ="{% static '' %} " class ="link-secondary "> Project Clean </ a > .
176
+ < a href ="{% static '' %} " class ="link-secondary "> Grievance Hub </ a > .
177
177
All rights reserved.
178
178
</ li >
179
179
You can’t perform that action at this time.
0 commit comments