File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,7 @@ th, td {
28
28
width : 200px ;
29
29
height : 200px ;
30
30
}
31
+
32
+ .id_section {
33
+ font-size : 10px ;
34
+ }
Original file line number Diff line number Diff line change 10
10
< td > {% block avatar %}{% endblock %}</ td >
11
11
</ tr >
12
12
< tr >
13
- < td class ="role "> {% block role_eng %}{% endblock %}</ td >
13
+ < td class ="role "> {% block role_title %}{% endblock %}</ td >
14
14
</ tr >
15
15
< tr >
16
- < td class ="description "> {% block desc_eng %}{% endblock %}</ td >
16
+ < td class ="description "> {% block desc %}{% endblock %}</ td >
17
+ </ tr >
18
+ < tr >
19
+ < td > {% block id_sec %}{% endblock %}</ td >
17
20
</ tr >
18
21
</ table >
Original file line number Diff line number Diff line change 8
8
< img class ="avatar " src ="static/images/roles/{{ image_name }}.png ">
9
9
{% endblock %}
10
10
11
- {% block role_eng %}
11
+ {% block role_title %}
12
12
< h1 > {{ role_name }}
13
13
{% if is_farsi == True %}
14
- < h2 id ="fa "> دن </ h2 >
14
+ < h2 id ="fa "> ... </ h2 >
15
15
{% endif %}
16
16
</ h1 >
17
17
{% endblock %}
18
18
19
- {% block desc_eng %}
20
- < p > The head Of Mafia Team .</ p >
19
+ {% block desc %}
20
+ < p > .. .</ p >
21
21
{% if is_farsi == True %}
22
- < p id ="fa "> رییس مافیا </ p >
22
+ < p id ="fa "> ... </ p >
23
23
{% endif %}
24
24
{% endblock %}
25
+
26
+ {% block id_sec %}
27
+ < p class ="id_section "> Your id (Tell it to God): {{ player_id }}</ p >
28
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments