mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-04-27 23:55:57 +02:00
Small fixes
* data format * replace js link to a tag * css fixes * changed link structure to /{number}/{name}/
This commit is contained in:
parent
9f4e8b89fc
commit
ae5e6b6cf0
5 changed files with 34 additions and 11 deletions
|
@ -224,7 +224,7 @@ class Audio:
|
|||
def __init__(self, date, audio_file):
|
||||
assert isinstance(date, datetime)
|
||||
self.date = date
|
||||
self.date_text = date.strftime("%A %d de %B del %Y")
|
||||
self.date_text = date.strftime("%A %-d de %B del %Y")
|
||||
self.audio_file = audio_file
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue