File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2333,6 +2333,7 @@ class Meta:
2333
2333
def __str__ (self ):
2334
2334
return f"{ self .app_name } (Banned in { self .country_name } )"
2335
2335
2336
+
2336
2337
class Notification (models .Model ):
2337
2338
user = models .ForeignKey (User , on_delete = models .CASCADE , related_name = "notifications" )
2338
2339
message = models .TextField ()
@@ -2358,4 +2359,4 @@ def soft_delete(self):
2358
2359
self .save ()
2359
2360
2360
2361
class Meta :
2361
- ordering = ["is_read" , "-created_at" ]
2362
+ ordering = ["is_read" , "-created_at" ]
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ <h3 id="countryName" class="text-xl font-semibold mb-2"></h3>
141
141
} ) . addTo ( map ) ;
142
142
} ) . catch ( error => console . error ( 'Error loading GeoJSON:' , error ) ) ;
143
143
}
144
-
144
+
145
145
// Calculate positions for multiple markers
146
146
function calculateMarkerPositions ( center , count ) {
147
147
const positions = [ ] ;
You can’t perform that action at this time.
0 commit comments