Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning
Merge requests
!33
Upgrade Dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade Dependencies
upgrade
into
master
Overview
1
Commits
3
Pipelines
0
Changes
2
Merged
Nadja Geisler
requested to merge
upgrade
into
master
4 years ago
Overview
1
Commits
3
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
c844a3a0
Prev
Next
Show latest version
2 files
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
c844a3a0
changes required for django3
· c844a3a0
Nadja Geisler
authored
4 years ago
AKSubmission/templates/AKSubmission/ak_edit.html
+
1
−
1
Options
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
{% load i18n %}
{% load i18n %}
{% load bootstrap4 %}
{% load bootstrap4 %}
{% load fontawesome_5 %}
{% load fontawesome_5 %}
{% load static
files
%}
{% load static %}
{% block title %}{% trans "AKs" %}: {{ event.name }} - {% trans "Edit AK" %}: {{ ak.name }}{% endblock %}
{% block title %}{% trans "AKs" %}: {{ event.name }} - {% trans "Edit AK" %}: {{ ak.name }}{% endblock %}
Loading