From 4791e5477ab53656407a29e29a0b7f47a93ea21e Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 7 Apr 2023 23:50:20 +0300 Subject: [PATCH] Show language % of each project --- templates/fossdb/add_project.html | 2 +- templates/fossdb/index.html | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/fossdb/add_project.html b/templates/fossdb/add_project.html index 52b018a..99282da 100644 --- a/templates/fossdb/add_project.html +++ b/templates/fossdb/add_project.html @@ -4,7 +4,7 @@ {% block meta %}{% endblock %} {% block content %}
- {% csrf_token %}{{ form }} + {% csrf_token %}{{ project_form }}
{% endblock %} diff --git a/templates/fossdb/index.html b/templates/fossdb/index.html index bde03bb..49af468 100644 --- a/templates/fossdb/index.html +++ b/templates/fossdb/index.html @@ -15,7 +15,7 @@

{{ project.name }}

{{ project.description }}

+

{{ project.date_created }}

{% empty %}