Skip to content
Snippets Groups Projects
Verified Commit 343b613c authored by nd's avatar nd
Browse files

spelling

parent 6580e9bc
No related branches found
No related tags found
No related merge requests found
Pipeline #11011 passed
...@@ -11,7 +11,7 @@ import jinja2 ...@@ -11,7 +11,7 @@ import jinja2
def main(): def main():
jinjaenv = jinja2.Environment() jinjaenv = jinja2.Environment()
template = jinjaenv.from_string("""Ohi, template = jinjaenv.from_string("""Ohi,
{{ reporter[0].username|d("<unknown>") }} send a new report about a message from the user {{ report.message.u.username|d("<unknown>") }} {{ reporter[0].username|d("<unknown>") }} sent a new report about a message from the user {{ report.message.u.username|d("<unknown>") }} .
Time: {{ report.ts }} Time: {{ report.ts }}
URL to message: URL to message:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment