fuck it im done
static files dont want to show up. I literally cannot serve static files
This commit is contained in:
13
currencyproj/home/templates/details.html
Normal file
13
currencyproj/home/templates/details.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends 'uploadImage.html' %}
|
||||
{% block replace %}
|
||||
<div class="jumbotron">
|
||||
<h1 class="display-4">Welcome to DataFlair<br>Hello {{ user_pr.fname }}</h1>
|
||||
<p class="lead">its an awesome profile picture</p>
|
||||
<hr class="my-4">
|
||||
{% load static %}
|
||||
<img src="{% static user_pr.image.url %}" class="image_responsive" height="100px" width="100px">
|
||||
<p>
|
||||
{{ user_pr.display_picture.url }}<BR>
|
||||
You have learned some awesome technologies like {{ user_pr.technologies }}</p>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user