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
84538bc7
Commit
84538bc7
authored
4 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Update ask.html template
parent
e7099e47
No related branches found
No related tags found
1 merge request
!36
Resolve "Rework Hjelp Templates"
Pipeline
#2906
passed
4 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/hjelp/templates/hjelp/ask.html
+18
-20
18 additions, 20 deletions
aleksis/apps/hjelp/templates/hjelp/ask.html
with
18 additions
and
20 deletions
aleksis/apps/hjelp/templates/hjelp/ask.html
+
18
−
20
View file @
84538bc7
{% extends 'core/base.html' %}
{% load i18n %}
{% load i18n material_form %}
{% block page_title %}{% blocktrans %}You have a question?{% endblocktrans %}{% endblock page_title %}
{% block browser_title %}{% trans "Ask Question" %}{% endblock browser_title %}
{% block content %}
<h4
class=
"h-with-subtitle"
>
{% blocktrans %}You have a question?{% endblocktrans %}
</h4>
<p
class=
"flow-text"
>
{% blocktrans %}
You have a question about AlekSIS and didn't find the answer to your question in the FAQ? Then you can ask us your question here:
{% endblocktrans %}
</p>
<form
class=
"col s12"
method=
"post"
>
{% csrf_token %}
<div
class=
"row"
>
<div
class=
"input-field col s12"
>
<textarea
id=
"{{ form.question.id_for_label }}"
class=
"materialize-textarea validate"
name=
"{{ form.question.html_name }}"
required
></textarea>
<label
for=
"{{ form.question.id_for_label }}"
>
{{ form.question.label }}
</label>
</div>
</div>
<p>
{% blocktrans %}
You have a question about AlekSIS and didn't find the answer to your question in the FAQ? Then you can ask us your
question here:
{% endblocktrans %}
</p>
<form
method=
"post"
>
{% csrf_token %}
{% form form=form %}{% endform %}
<button
class=
"btn waves-effect waves-light green"
type=
"submit"
name=
"action"
>
Frage stellen
<i
class=
"material-icons right"
>
send
</i>
</button>
<button
class=
"btn waves-effect waves-light green"
type=
"submit"
name=
"action"
>
{% trans "Ask Question" %}
<i
class=
"material-icons right"
>
send
</i>
</button>
</form>
</form>
{% 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