We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dde416 commit 924c72aCopy full SHA for 924c72a
facebook_clone/profile_app/templates/profile_app/profile.html
@@ -23,7 +23,7 @@ <h1>My Profile</h1>
23
<br>
24
25
26
- <h1>Omotosho Micheal<span style="font-size: 30px;"> ({{ account.username }})</span></h1>
+ <h1><span style="font-size: 30px;"> {{ account.username }} </span></h1>
27
{% if friends|length == 0 or friends|length == 1 %}
28
<h5>{{ friends|length }} <span style="color: gray;">friend</span></h5>
29
{% else %}
facebook_clone/requirements.txt
402 Bytes
facebook_clone/social/settings.py
@@ -34,7 +34,7 @@
34
INSTALLED_APPS = [
35
# Third Party Packages
36
'daphne',
37
-
+ 'channels',
38
'django.contrib.admin',
39
'django.contrib.auth',
40
'django.contrib.contenttypes',
0 commit comments