fix: removed extra </head> on templates/order_sold !minor

This commit is contained in:
cătălin 2021-01-25 02:59:04 +01:00
commit ba91647cf1

View file

@ -30,8 +30,4 @@
</tbody> </tbody>
</table> </table>
</body> </body>
<head>
<meta charset="UTF-8">
<title>Order {{ order.name }}</title>
</head>
</html> </html>