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 %}