Add file paths for displaying
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
{% load static %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@@ -12,8 +13,8 @@
|
|||||||
<!--div class="alert alert-warning" role="alert">
|
<!--div class="alert alert-warning" role="alert">
|
||||||
Remember that errors are your friends!
|
Remember that errors are your friends!
|
||||||
</div -->
|
</div -->
|
||||||
{{ projects }}
|
|
||||||
{% for project in projects%}
|
{% for project in projects%}
|
||||||
|
<img src="{% static project.image %}" alt="screenshot of project">
|
||||||
<h1>{{ project.title }}</h1>
|
<h1>{{ project.title }}</h1>
|
||||||
<p>{{ project.description }}</p>
|
<p>{{ project.description }}</p>
|
||||||
<p>{{ project.technology }}</p>
|
<p>{{ project.technology }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user