Skip to content

Commit 649cbd8

Browse files
feat: Add quote to dashboard
1 parent 35c3275 commit 649cbd8

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{%extends 'sneat/base.html'%}
22

33

4-
{%block content%}
54

5+
{%block content%}
6+
<br>
7+
<div class="container">
8+
<div class="card">
9+
<div class="card-body">
10+
<div style="padding: 10px; padding-left: 30px; border-left: 10px solid gray">
11+
<p>When I first downloaded Flask and Django I thought I was getting wordpress but with python instead of php. I wished for something like this.</p>
12+
<p><a href="https://www.reddit.com/r/flask/comments/10td4kp/comment/j764nxs/?utm_source=share&utm_medium=web2x&context=3">
13+
<i>-- comfortablybum</i>
14+
</a></p>
15+
</div>
16+
</div>
17+
</div>
18+
</div>
619
{%endblock%}

0 commit comments

Comments
 (0)