File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 38
38
< th >
39
39
Portal topics
40
40
</ th >
41
+ < th >
42
+ Primary portal topic
43
+ </ th >
41
44
< th >
42
45
Portal categories
43
46
</ th >
91
94
< br >
92
95
{% endfor %}
93
96
</ td >
97
+ < td >
98
+ {{ page.primary_portal_topic }}
99
+ </ td >
94
100
< td >
95
101
{% for portal_category in page.portal_category.all %}
96
102
{{ portal_category.heading }}
Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ class AskReportView(ReportView):
309
309
"live" ,
310
310
"last_edited" ,
311
311
"portal_topic.all" ,
312
+ "primary_portal_topic" ,
312
313
"portal_category.all" ,
313
314
"related_questions.all" ,
314
315
"related_resource" ,
@@ -326,6 +327,7 @@ class AskReportView(ReportView):
326
327
"live" : "Live" ,
327
328
"last_edited" : "Last edited" ,
328
329
"portal_topic.all" : "Portal topics" ,
330
+ "primary_portal_topic" : "Primary portal topic" ,
329
331
"portal_category.all" : "Portal categories" ,
330
332
"related_questions.all" : "Related questions" ,
331
333
"related_resource" : "Related resource" ,
You can’t perform that action at this time.
0 commit comments