File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@import ' apps/commons/static/commons/css/base' ;
2+
3+ .pb-vertical {
4+ flex-direction : column ;
5+ align-items : baseline ;
6+ }
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ <h3 class="panel-heading">Datos personales</h3>
1919
2020 < nav class ="panel ">
2121 < h3 class ="panel-heading "> Socio/a: #{{ member.pk }}</ h3 >
22- < div class ="panel-block ">
23-
22+ < div class ="panel-block pb-vertical ">
2423 < table class ="table table-striped ">
2524 < tr >
2625 < th > Dirección</ th >
@@ -43,9 +42,10 @@ <h3 class="panel-heading">Socio/a: #{{ member.pk }}</h3>
4342 < td > {{ member.phone|default:"No disponible" }}</ td >
4443 </ tr >
4544 </ table >
45+
46+ < a href ="{% url 'members:address_change' %} "> < i class ="fas fa-edit "> </ i > Actualizar datos</ a >
4647 </ div >
4748 </ nav >
48-
4949</ div >
5050
5151{% endblock content %}
You can’t perform that action at this time.
0 commit comments