Add file paths for displaying
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user