diff --git a/civicfix/civicfix/settings.py b/civicfix/civicfix/settings.py index 8579dc8..cabcaf8 100644 --- a/civicfix/civicfix/settings.py +++ b/civicfix/civicfix/settings.py @@ -101,7 +101,6 @@ cloudinary.config( api_secret = os.getenv("API_SECRET") ) -MEDIA_URL = f"https://res.cloudinary.com/{os.getenv('CLOUD_NAME')}/" DEFAULT_FILE_STORAGE = 'cloudinary_storage.storage.MediaCloudinaryStorage' # Auth redirects diff --git a/civicfix/core/templates/issues/manage_issues.html b/civicfix/core/templates/issues/manage_issues.html index 4d990c0..3c189eb 100644 --- a/civicfix/core/templates/issues/manage_issues.html +++ b/civicfix/core/templates/issues/manage_issues.html @@ -9,70 +9,73 @@
| No. | -Title | -Reported By | -Status | -Created At | -Actions | -||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | -{{ issue.title }} | -{{ issue.reporter.username }} | -- {% if issue.status == "reported" %} - Reported - {% elif issue.status == "acknowledged" %} - Acknowledged - {% elif issue.status == "in_progress" %} - In Progress - {% elif issue.status == "resolved" %} - Resolved - {% else %} - Unknown - {% endif %} - | -{{ issue.created_at|date:"M d, Y H:i" }} | -
- {% if issue.department %}
- {{ issue.department.name }}
- {% else %}
-
-
+
|
+
No issues reported yet.
+No issues reported yet.
{% endif %}