Version angepasst
This commit is contained in:
parent
7c42614053
commit
57fbf8f576
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 5.9 KiB |
|
|
@ -21,6 +21,8 @@ class News(models.Model):
|
|||
last_modified_by = models.ForeignKey(User, on_delete=models.PROTECT, related_name='news_mod_by', default=None)
|
||||
last_modified_on = models.DateField(default=datetime.date.today, blank=True)
|
||||
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.name}'
|
||||
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@
|
|||
<button class="rounded-circle border-0" id="sidebarToggle"></button>
|
||||
</div>
|
||||
<div style="bottom: 10px; position: absolute;" class="sidebar-heading">
|
||||
Version 0.5.0
|
||||
Version 0.6.0
|
||||
</div>
|
||||
</ul>
|
||||
<!-- End of Sidebar -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue