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
Merge requests
!686
Resolve "Change material icon set"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Change material icon set"
258-change-material-icon-set
into
master
Overview
2
Commits
41
Pipelines
10
Changes
7
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
258-change-material-icon-set
into
master
3 years ago
Overview
2
Commits
41
Pipelines
10
Changes
7
All threads resolved!
Hide all comments
Expand
Closes
#258 (closed)
Edited
3 years ago
by
Nik | Klampfradler
0
0
Merge request reports
Viewing commit
7c93d7f3
Prev
Next
Show latest version
7 files
+
12
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
7c93d7f3
Change icon set of password reset templates
· 7c93d7f3
Julian
authored
3 years ago
aleksis/core/templates/account/password_change.html
+
2
−
2
Options
@@ -8,7 +8,7 @@
{% block content %}
<div
class=
"alert warning"
>
<p>
<i
class=
"material-icons
left"
>
warning
</i>
<i
class=
"material-icons
iconify left"
data-icon=
"mdi:alert-outline"
>
</i>
{% trans "Forgot your current password? Click here to reset it:" %}
<a
href=
"{% url 'account_reset_password' %}"
>
{% trans "Forgot Password?" %}
</a>
.
</p>
</div>
@@ -17,7 +17,7 @@
{% csrf_token %}
{% form form=form %}{% endform %}
{% trans "Change password" as caption %}
{% include "core/partials/save_button.html" with caption=caption icon="
priority_high
" %}
{% include "core/partials/save_button.html" with caption=caption icon="
mdi:exclamation
" %}
</form>
{% endblock %}
Loading