This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
TrainersAppDj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Ajustes en las páginas de detalle
main
Celestino Rey
8 months ago
parent
1c03548844
commit
cf8d4f2bfb
2 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
src/templates/macrociclos/detalle_deportista.html
+1
-1
src/templates/macrociclos/detalle_entrenador.html
+ 7
- 0
src/templates/macrociclos/detalle_deportista.html
View File
@ -22,4 +22,11 @@
<
/
div
>
<!--
//row
-->
<
/
div
>
<!--
//app
-
card
-
header
-->
<
/
div
>
<!--
//app
-
card
-->
<
div
class
=
"row g-3 mb-4 align-items-center justify-content-between"
>
<
div
class
=
"col-auto"
>
<
a
class
=
"btn app-btn-secondary"
href
=
"{% url 'macrociclos:lista_deportistas' %}"
>
Volver al inicio
<
/
a
>
<
/
div
>
<
/
div
>
<
/
div
>
{% endblock %}
+ 1
- 1
src/templates/macrociclos/detalle_entrenador.html
View File
@ -24,7 +24,7 @@
<
div
class
=
"row g-3 mb-4 align-items-center justify-content-between"
>
<
div
class
=
"col-auto"
>
<
a
class
=
"btn app-btn-secondary"
href
=
"{% url 'macrociclos:lista_
macrociclo
s' %}"
>
Volver al inicio
<
/
a
>
<
a
class
=
"btn app-btn-secondary"
href
=
"{% url 'macrociclos:lista_
entrenadore
s' %}"
>
Volver al inicio
<
/
a
>
<
/
div
>
<
div
class
=
"col-auto"
>
Write
Preview
Loading…
Cancel
Save