Show language % of each project

This commit is contained in:
Kristofers Solo
2023-04-07 23:50:20 +03:00
parent 8ac7f73806
commit 4791e5477a
2 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{% block meta %}{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}{{ form }}
{% csrf_token %}{{ project_form }}
<button type="submit">Post</button>
</form>
{% endblock %}