align text
This commit is contained in:
		@@ -29,7 +29,7 @@
 | 
			
		||||
            <tr>
 | 
			
		||||
                <td>{{ acc.time_from|date:"d.m.Y H:i:s" }}</td>
 | 
			
		||||
                <td>{% if acc.time_to is not None %}{{ acc.time_to|date:"d.m.Y H:i:s" }}{% endif %}</td>
 | 
			
		||||
                <td>{% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %}</td>
 | 
			
		||||
                <td style="text-align: center;">{% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %}</td>
 | 
			
		||||
            </tr>
 | 
			
		||||
{% endfor %}
 | 
			
		||||
        </table>
 | 
			
		||||
@@ -47,7 +47,7 @@
 | 
			
		||||
            <tr>
 | 
			
		||||
                <td>{{ acc.time_from|date:"d.m.Y H:i:s" }}</td>
 | 
			
		||||
                <td>{% if acc.time_to is not None %}{{ acc.time_to|date:"d.m.Y H:i:s" }}{% endif %}</td>
 | 
			
		||||
                <td>{% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %}</td>
 | 
			
		||||
                <td style="text-align: right;">{% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %}</td>
 | 
			
		||||
            </tr>
 | 
			
		||||
{% endfor %}
 | 
			
		||||
        </table>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user