Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Hjelp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Hjelp
Commits
e7099e47
Commit
e7099e47
authored
4 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Update faq.html template
parent
1b09c00d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!36
Resolve "Rework Hjelp Templates"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/hjelp/templates/hjelp/faq.html
+30
-28
30 additions, 28 deletions
aleksis/apps/hjelp/templates/hjelp/faq.html
with
30 additions
and
28 deletions
aleksis/apps/hjelp/templates/hjelp/faq.html
+
30
−
28
View file @
e7099e47
{% extends 'core/base.html' %}
{% load html_helpers i18n %}
{% block page_title %}FAQ ({% trans "Frequently Asked Questions" %}){% endblock page_title %}
{% block browser_title %}FAQ ({% trans "Frequently Asked Questions" %}){% endblock browser_title %}
{% block content %}
<h3>
FAQ (Frequently Asked Questions)
</h3>
{% for section in sections %}
<section>
<h4>
...
...
@@ -36,35 +38,35 @@
<p
class=
"flow-text"
>
{% blocktrans %}
Your question is not listed above?
{% endblocktrans %}
{% blocktrans %}
Your question is not listed above?
{% endblocktrans %}
</p>
<p>
{% if user.is_authenticated %}
<a
class=
"btn blue waves-effect waves-green"
href=
"{% url "
ask_faq
"
%}"
>
<i
class=
"material-icons left"
>
chat
</i>
{% blocktrans %}
Ask your question
{% endblocktrans %}
</a>
{% else %}
{% blocktrans %}
If you have a question please ask one of you site administrators:
{% endblocktrans %}
<ul>
{% for admin in ADMINS %}
<li>
{{ admin.0 }}
<
<a
href=
"mailto:{{ admin.1 }}"
>
{{ admin.1 }}
</a>
>
</li>
{% endfor %}
</ul>
{% endif %}
{% if user.is_authenticated %}
<a
class=
"btn blue waves-effect waves-green"
href=
"{% url "
ask_faq
"
%}"
>
<i
class=
"material-icons left"
>
chat
</i>
{% blocktrans %}
Ask your question
{% endblocktrans %}
</a>
{% else %}
{% blocktrans %}
If you have a question please ask one of you site administrators:
{% endblocktrans %}
<ul>
{% for admin in ADMINS %}
<li>
{{ admin.0 }}
<
<a
href=
"mailto:{{ admin.1 }}"
>
{{ admin.1 }}
</a>
>
</li>
{% endfor %}
</ul>
{% endif %}
</p>
{% endblock %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment