File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
3
3
{% block title %}
4
- {{user.name}}'s likes
4
+ {{escape( user.name) }}'s Favorites
5
5
{% end %}
6
6
7
7
10
10
< div class ="content content-with-sidebar content-account ">
11
11
< div class ="account-header ">
12
12
< div class ="avatar ">
13
+ {% if user == current_user_obj %}
13
14
< h2 > Your Favorites</ h2 >
15
+ {% else %}
16
+ < h2 > {{escape(user.name)}}'s Favorites</ h2 >
17
+ {% end %}
14
18
</ div >
15
19
</ div >
16
20
< div class ="sidebar ">
@@ -22,7 +26,7 @@ <h2>Your Favorites</h2>
22
26
< input type ="hidden " name ="context " value ="in:likes ">
23
27
< div class ="field ">
24
28
< div class ="field-input ">
25
- < input type ="search " class ="input-text " name ="q " placeholder ="Search your favorites ! " autocorrect ="off ">
29
+ < input type ="search " class ="input-text " name ="q " placeholder ="Search! " autocorrect ="off ">
26
30
</ div >
27
31
</ div >
28
32
</ form >
You can’t perform that action at this time.
0 commit comments