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
!787
Add trademark hints
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add trademark hints
trademark
into
master
Overview
2
Commits
2
Pipelines
1
Changes
4
All threads resolved!
Hide all comments
Merged
Nik | Klampfradler
requested to merge
trademark
into
master
3 years ago
Overview
2
Commits
2
Pipelines
1
Changes
4
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
94fb17ff
2 commits,
3 years ago
4 files
+
18
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/templates/core/pages/about.html
+
8
−
3
Options
@@ -3,8 +3,8 @@
{% load i18n %}
{% block browser_title %}{% blocktrans %}About AlekSIS{% endblocktrans %}{% endblock %}
{% block page_title %}{% blocktrans %}AlekSIS – The Free School Information System{% endblocktrans %}{% endblock %}
{% block browser_title %}{% blocktrans %}About AlekSIS
®
{% endblocktrans %}{% endblock %}
{% block page_title %}{% blocktrans %}AlekSIS
®
– The Free School Information System{% endblocktrans %}{% endblock %}
{% block content %}
@@ -15,11 +15,16 @@
<span
class=
"card-title"
>
{% blocktrans %}About AlekSIS{% endblocktrans %}
</span>
<p>
{% blocktrans %}
This platform is powered by AlekSIS, a web-based school information system (SIS) which can be used
This platform is powered by AlekSIS
®
, a web-based school information system (SIS) which can be used
to manage and/or publish organisational artifacts of educational institutions. AlekSIS is free software and
can be used by anyone.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
AlekSIS® is a registered trademark of the AlekSIS open source project, represented by Teckids e.V.
{% endblocktrans %}
</p>
</div>
<div
class=
"card-action"
>
<a
class=
""
href=
"https://aleksis.org/"
>
{% trans "Website of AlekSIS" %}
</a>
Loading