Add file paths for displaying

This commit is contained in:
David Doblas Jiménez 2022-03-02 16:19:14 +01:00
parent 4f8cf91609
commit f7e291af7b
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
@ -12,8 +13,8 @@
<!--div class="alert alert-warning" role="alert">
Remember that errors are your friends!
</div -->
{{ projects }}
{% for project in projects%}
<img src="{% static project.image %}" alt="screenshot of project">
<h1>{{ project.title }}</h1>
<p>{{ project.description }}</p>
<p>{{ project.technology }}</p>