Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit b1a3ce9

Browse files
committed
update contributed icon
1 parent 719b7cb commit b1a3ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ def _add_q_meta_info(qrow):
18091809
if qrow.questions.from_source:
18101810
book = "📘"
18111811
else:
1812-
book = "👩‍🏫"
1812+
book = "🏫"
18131813

18141814
if res != "":
18151815
res = """ <span style="color: green">[{} {}] </span>""".format(book, res)

0 commit comments

Comments
 (0)