diff --git a/resultapp/__pycache__/admin.cpython-311.pyc b/resultapp/__pycache__/admin.cpython-311.pyc index 5029952..fb26354 100644 Binary files a/resultapp/__pycache__/admin.cpython-311.pyc and b/resultapp/__pycache__/admin.cpython-311.pyc differ diff --git a/resultapp/__pycache__/apps.cpython-311.pyc b/resultapp/__pycache__/apps.cpython-311.pyc index d3966e5..4bf609a 100644 Binary files a/resultapp/__pycache__/apps.cpython-311.pyc and b/resultapp/__pycache__/apps.cpython-311.pyc differ diff --git a/resultapp/__pycache__/forms.cpython-311.pyc b/resultapp/__pycache__/forms.cpython-311.pyc index cb474a5..7f2b870 100644 Binary files a/resultapp/__pycache__/forms.cpython-311.pyc and b/resultapp/__pycache__/forms.cpython-311.pyc differ diff --git a/resultapp/__pycache__/models.cpython-311.pyc b/resultapp/__pycache__/models.cpython-311.pyc index 8f1d38c..d1e6c02 100644 Binary files a/resultapp/__pycache__/models.cpython-311.pyc and b/resultapp/__pycache__/models.cpython-311.pyc differ diff --git a/resultapp/__pycache__/views.cpython-311.pyc b/resultapp/__pycache__/views.cpython-311.pyc index dc10684..051f158 100644 Binary files a/resultapp/__pycache__/views.cpython-311.pyc and b/resultapp/__pycache__/views.cpython-311.pyc differ diff --git a/resultapp/admin.py b/resultapp/admin.py index 8c38f3f..4f57ae9 100644 --- a/resultapp/admin.py +++ b/resultapp/admin.py @@ -1,3 +1,2 @@ from django.contrib import admin - # Register your models here. diff --git a/resultapp/templates/resultapp/index.html b/resultapp/templates/resultapp/index.html index 23cefbe..864a99b 100644 --- a/resultapp/templates/resultapp/index.html +++ b/resultapp/templates/resultapp/index.html @@ -150,6 +150,20 @@ font-size: 25px; text-align: center; } + button.download-btn { + background-color: #4285f4; + color: white; + padding: 10px 20px; + border: none; + cursor: pointer; + border-radius: 5px; + font-size: 16px; + transition: background-color 0.3s ease; +} + +button.download-btn:hover { + background-color: #357ae8; +} @@ -190,7 +204,7 @@