donation 1
This commit is contained in:
parent
57928f2794
commit
8af1c91745
2 changed files with 7 additions and 7 deletions
|
@ -102,12 +102,12 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<p style="text-align: right;">
|
||||
<i class="bx bx-money"></i> Raised 0 of 46 XMR
|
||||
<i class="bx bx-money"></i> Raised 1.45 of 46 XMR
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="progress">
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 0.1%; color: #ff4d21" aria-valuenow="0.1" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 3.2%; color: #ff4d21" aria-valuenow="1.4535" aria-valuemin="0" aria-valuemax="46"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -140,12 +140,12 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<p style="text-align: right;">
|
||||
<i class="bx bx-money"></i> Raised 0 of 46 XMR
|
||||
<i class="bx bx-money"></i> Raised 1.45 of 46 XMR
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="progress">
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 0.1%; color: #ff4d21" aria-valuenow="0.1" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
<div class="progress-bar bg-danger" role="progressbar" style="width: 3.2%; color: #ff4d21" aria-valuenow="1.4535" aria-valuemin="0" aria-valuemax="46"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -32,11 +32,11 @@ STATICFILES_DIRS = [
|
|||
SECRET_KEY = 'dafsdasdfasfa7sdfs9d7das7f9as7df8ad43525fsffdssdg455$$###77saf9df79as79s'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
#DEBUG = False
|
||||
#DEBUG = True
|
||||
DEBUG = False
|
||||
STATIC_ROOT = "/var/www/moneropro/static/"
|
||||
|
||||
ALLOWED_HOSTS = ['www.moneroj.net', 'localhost', '127.0.0.1', 'moneroj.net']
|
||||
ALLOWED_HOSTS = ['www.moneroj.net', 'localhost', '127.0.0.1', 'moneroj.net', 'ilt7jgmfro76wgrtt6752lvfnhcz6wk5sjqhyvntjixygp3cwpvr4nad.onion']
|
||||
|
||||
# Application definition
|
||||
|
||||
|
|
Loading…
Reference in a new issue