fixed a lotta shit

This commit is contained in:
root
2020-05-27 17:57:30 +00:00
parent f224f1e35b
commit acbc7dd336
91 changed files with 14 additions and 12 deletions

6
markt/templates/base_generic.html Normal file → Executable file
View File

@ -8,7 +8,7 @@
<!-- Add additional CSS in static file -->
{% load static %}
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<style>
<!-- <style>
table,
th,
td {
@ -22,7 +22,7 @@ td:nth-child(3),
td:nth-child(2) {
text-align: right;
}
</style>
</style> -->
</head>
<body>
<div class="container-fluid">
@ -33,4 +33,4 @@ td:nth-child(2) {
</div>
</div>
</body>
</html>
</html>

4
markt/templates/markt/factuur_detail.html Normal file → Executable file
View File

@ -4,7 +4,7 @@
{% block content %}
{% load static %}
{% load l10n %}
<h1>FACTUUR HOUTMARKTNAAM</h1>
<h1>FACTUUR</h1>
<table>
<tr>
<th>Klant</th>
@ -56,4 +56,4 @@
</table>
{% endblock %}
{% endblock %}