Skip to content
Snippets Groups Projects
Verified Commit 7d253592 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

[Reformat] fix variable name

parent 9b247b06
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class HjelpConfig(AppConfig):
"Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Hjelp/",
}
licence = "EUPL-1.2+"
copyright = (
copyright_info = (
([2019, 2020], "Julian Leucker", "leuckeju@katharineum.de"),
([2019, 2020], "Hangzhi Yu", "yuha@katharineum.de"),
([2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
......
......@@ -14,8 +14,7 @@ from .models import FAQQuestion, FAQSection, IssueCategory
@permission_required("hjelp.view_faq")
def faq(request):
"""Shows the FAQ page."""
"""Show the FAQ page."""
context = {
"questions": FAQQuestion.objects.filter(show=True),
"sections": FAQSection.objects.all(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment