瀏覽代碼

Restauro alienación

Celestino Rey 8 月之前
父節點
當前提交
ea87ac7ee4
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. 9 9
      src/templates/repostajes/lista_repostajes.html

+ 9 - 9
src/templates/repostajes/lista_repostajes.html

@@ -48,15 +48,15 @@
 
 										<tbody>
 											<tr>
-												<td class="text-left"><a href="{% url 'repostajes:detalle_repostaje' repostaje.id %}">{{ repostaje.fecha }}</a></td>
-												<td class="text-left"><a href="{% url 'repostajes:detalle_vehiculo' repostaje.vehiculo.id %}">{{ repostaje.vehiculo.matricula }}</a></td>
-												<td class="text-end">{{ repostaje.kms | no_currency }}</td>
-												<td class="text-end">{{ repostaje.litros | no_currency }}</td>
-												<td class="text-end">{{ repostaje.importe | currency_euros }} €</td>
-												<td class="text-end">{{ repostaje.descuento | currency_euros  }} €</td>
-												<td class="text-end">{{ repostaje.precioxlitro | currency_euros  }} €</td>
-												<td class="text-end">{{ repostaje.kmsrecorridos | no_currency }}</td>
-												<td class="text-end">{{ repostaje.consumo | no_currency}}</td>
+												<td class="cell"><a href="{% url 'repostajes:detalle_repostaje' repostaje.id %}">{{ repostaje.fecha }}</a></td>
+												<td class="cell"><a href="{% url 'repostajes:detalle_vehiculo' repostaje.vehiculo.id %}">{{ repostaje.vehiculo.matricula }}</a></td>
+												<td class="cell">{{ repostaje.kms | no_currency }}</td>
+												<td class="cell">{{ repostaje.litros | no_currency }}</td>
+												<td class="cell">{{ repostaje.importe | currency_euros }} €</td>
+												<td class="cell">{{ repostaje.descuento | currency_euros  }} €</td>
+												<td class="cell">{{ repostaje.precioxlitro | currency_euros  }} €</td>
+												<td class="cell">{{ repostaje.kmsrecorridos | no_currency }}</td>
+												<td class="cell">{{ repostaje.consumo | no_currency}}</td>
 											</tr>
 										</tbody>
 										{% endfor %}