@@ -125,9 +125,9 @@ <h1 class="fw-bold mb-4" style="font-family: 'Roboto';">{{ app_name }}</h1>
125
125
< div class ="container " style ="background: #434343;border-radius: 1em;padding: 1em; ">
126
126
< div class ="row ">
127
127
< div class ="col ">
128
- < p class ="fw-lighter " style ="margin-bottom: 0; "> < span style ="color: rgb(255, 255, 255); "> Hello,</ span > < strong > {{ username }}</ strong > < span style ="color: rgb(255, 255, 255); "> !</ span > </ p > {% if not disable_authentication %} < a href ="/control-panel?section=urls " style ="color: rgba(13,110,253,0); ">
128
+ < p class ="fw-lighter " style ="margin-bottom: 0; "> < span style ="color: rgb(255, 255, 255); "> Hello,</ span > < strong > {{ username }}</ strong > < span style ="color: rgb(255, 255, 255); "> !</ span > </ p > < a href ="/control-panel?section=urls " style ="color: rgba(13,110,253,0); ">
129
129
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> URLs</ p >
130
- </ a > < a href ="/control-panel?section=users " style ="color: rgba(13,110,253,0); ">
130
+ </ a > {% if not disable_authentication %} < a href ="/control-panel?section=users " style ="color: rgba(13,110,253,0); ">
131
131
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> Users</ p >
132
132
</ a > < a href ="/control-panel/action?action=download_backup " style ="color: rgba(13,110,253,0); ">
133
133
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> Download backup</ p >
@@ -178,9 +178,9 @@ <h1 class="fw-bold mb-4" style="font-family: 'Roboto';">{{ app_name }}</h1>
178
178
< div class ="container " style ="background: #434343;border-radius: 1em;padding: 1em; ">
179
179
< div class ="row ">
180
180
< div class ="col ">
181
- < p class ="fw-lighter " style ="margin-bottom: 0; "> < span style ="color: rgb(255, 255, 255); "> Hello,</ span > < strong > {{ username }}</ strong > < span style ="color: rgb(255, 255, 255); "> !</ span > </ p > {% if not disable_authentication %} < a href ="/control-panel?section=urls " style ="color: rgba(13,110,253,0); ">
181
+ < p class ="fw-lighter " style ="margin-bottom: 0; "> < span style ="color: rgb(255, 255, 255); "> Hello,</ span > < strong > {{ username }}</ strong > < span style ="color: rgb(255, 255, 255); "> !</ span > </ p > < a href ="/control-panel?section=urls " style ="color: rgba(13,110,253,0); ">
182
182
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> URLs</ p >
183
- </ a > < a href ="/control-panel?section=settings " style ="color: rgba(13,110,253,0); ">
183
+ </ a > {% if not disable_authentication %} < a href ="/control-panel?section=settings " style ="color: rgba(13,110,253,0); ">
184
184
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> Settings</ p >
185
185
</ a > < a href ="/control-panel/action?action=download_backup " style ="color: rgba(13,110,253,0); ">
186
186
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> Download backup</ p >
@@ -257,9 +257,9 @@ <h1 class="fw-bold mb-4" style="font-family: 'Roboto';">{{ app_name }}</h1>
257
257
< div class ="container " style ="background: #434343;border-radius: 1em;padding: 1em; ">
258
258
< div class ="row ">
259
259
< div class ="col ">
260
- < p class ="fw-lighter " style ="margin-bottom: 0; "> < span style ="color: rgb(255, 255, 255); "> Hello,</ span > < strong > {{ username }}</ strong > < span style ="color: rgb(255, 255, 255); "> !</ span > </ p > {% if not disable_authentication %} < a href ="/control-panel?section=urls " style ="color: rgba(13,110,253,0); ">
260
+ < p class ="fw-lighter " style ="margin-bottom: 0; "> < span style ="color: rgb(255, 255, 255); "> Hello,</ span > < strong > {{ username }}</ strong > < span style ="color: rgb(255, 255, 255); "> !</ span > </ p > < a href ="/control-panel?section=urls " style ="color: rgba(13,110,253,0); ">
261
261
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> URLs</ p >
262
- </ a > < a href ="/control-panel?section=settings " style ="color: rgba(13,110,253,0); ">
262
+ </ a > {% if not disable_authentication %} < a href ="/control-panel?section=settings " style ="color: rgba(13,110,253,0); ">
263
263
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> Settings</ p >
264
264
</ a > < a href ="/control-panel?section=users " style ="color: rgba(13,110,253,0); ">
265
265
< p style ="color: rgb(255,255,255);margin-bottom: 0; "> Users</ p >
0 commit comments