diff --git a/cloud/forms.py b/cloud/forms.py
index 07e7df0..cf37c63 100644
--- a/cloud/forms.py
+++ b/cloud/forms.py
@@ -3,8 +3,7 @@ from django.forms import ModelForm
from .models import Data, DataFile
class CloudAddFileForm(forms.ModelForm):
-
-
+
class Meta:
model = Data
labels = {
diff --git a/cloud/migrations/__pycache__/0001_initial.cpython-38.pyc b/cloud/migrations/__pycache__/0001_initial.cpython-38.pyc
index d74b78b..ab1099b 100644
Binary files a/cloud/migrations/__pycache__/0001_initial.cpython-38.pyc and b/cloud/migrations/__pycache__/0001_initial.cpython-38.pyc differ
diff --git a/cloud/templates/cloud/cloud_main.html b/cloud/templates/cloud/cloud_main.html
index b5320cf..b7cd6a5 100644
--- a/cloud/templates/cloud/cloud_main.html
+++ b/cloud/templates/cloud/cloud_main.html
@@ -27,7 +27,14 @@ a.disabled {
+
+
+
Aktuelle Quota: {{actquota}} / 2 GB
+
+
+