Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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-Core
Commits
f8752bdf
Verified
Commit
f8752bdf
authored
5 years ago
by
mirabilos
Browse files
Options
Downloads
Patches
Plain Diff
Not necessary after merging
parent
bd9e682b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!86
Merge school-apps
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
biscuit/core/templates/registration/login.html
+0
-54
0 additions, 54 deletions
biscuit/core/templates/registration/login.html
biscuit/core/templatetags/__init__.py
+0
-0
0 additions, 0 deletions
biscuit/core/templatetags/__init__.py
with
0 additions
and
54 deletions
biscuit/core/templates/registration/login.html
deleted
100644 → 0
+
0
−
54
View file @
bd9e682b
{% include 'partials/header.html' %}
<main>
{% if form.errors %}
<div
class=
"alert error"
>
<p>
<i
class=
"material-icons left"
>
warning
</i>
Der Benutzername und/oder das Passwort ist falsch. Bitte probiere es
nochmal.
</p>
</div>
{% endif %}
{% if next %}
{% if user.is_authenticated %}
<div
class=
"alert error"
>
<p>
<i
class=
"material-icons left"
>
warning
</i>
Du darfst diese Seite leider nicht sehen.
Bitte probiere es mit einem anderen Benutzer.
</p>
</div>
{% else %}
<div
class=
"alert error"
>
<p>
<i
class=
"material-icons left"
>
warning
</i>
Bitte melde dich an, um diese Seite zu sehen.
</p>
</div>
{% endif %}
{% endif %}
<br>
<form
method=
"post"
action=
"{% url 'login' %}"
>
{% csrf_token %}
<div
class=
"input-field"
>
{{ form.username.label_tag }}
{{ form.username }}
</div>
<div
class=
"input-field"
>
{{ form.password.label_tag }}
{{ form.password }}
</div>
<button
type=
"submit"
class=
"waves-effect waves-light btn green"
>
Anmelden
</button>
<input
type=
"hidden"
name=
"next"
value=
"{{ next }}"
>
</form>
</main>
{% include 'partials/footer.html' %}
This diff is collapsed.
Click to expand it.
biscuit/core/templatetags/__init__.py
deleted
100644 → 0
+
0
−
0
View file @
bd9e682b
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