mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-04-27 23:55:57 +02:00
Added repeat icon and fixed css path
This commit is contained in:
parent
791f010f68
commit
4d5181ef18
3 changed files with 4 additions and 3 deletions
|
@ -255,7 +255,7 @@ class SongLoader:
|
|||
|
||||
def copy_static(source_dir, target_dir):
|
||||
for f in os.listdir(source_dir):
|
||||
if re.search(r"\.(css|js)$", f):
|
||||
if re.search(r"\.(css|js|svg)$", f):
|
||||
shutil.copy2(join(source_dir, f), target_dir)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue