Browse Source

Arreglo listado de artistas

politica
Celestino Rey 10 months ago
parent
commit
464e567c0a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ReyMotaAppsDj/K8S/Makefile
  2. +1
    -1
      ReyMotaAppsDj/reymota/templates/lyrics/lista_artistas.html

+ 1
- 1
ReyMotaAppsDj/K8S/Makefile View File

@ -1,7 +1,7 @@
export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=registry.cube.local #export REGISTRY=registry.cube.local
export REGISTRY=registry.reymota.es export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.28
export IMG_VERSION = 0.29
export IMG_NGINX_VERSION = 1.0 export IMG_NGINX_VERSION = 1.0
# limpia todo # limpia todo


+ 1
- 1
ReyMotaAppsDj/reymota/templates/lyrics/lista_artistas.html View File

@ -35,7 +35,7 @@
{% else %} {% else %}
Sin imágen Sin imágen
{% endif %} {% endif %}
<h4 class="app-doc-title truncate mb-0"><a href="{% url 'lyrics:detalle_artista' artista.id %}">{{ artista.matricula}}</a></h4>
<h4 class="app-doc-title truncate mb-0"><a href="{% url 'lyrics:detalle_artista' artista.id %}">{{ artista.nombre}}</a></h4>
<div class="app-card-actions"> <div class="app-card-actions">
<div class="dropdown"> <div class="dropdown">


Loading…
Cancel
Save