Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Hsin-Yu Chien
edx-platform-release
Commits
04ee8894
Commit
04ee8894
authored
4 years ago
by
Awais Qureshi
Browse files
Options
Downloads
Patches
Plain Diff
BOM-1895
{% load staticfiles %} is deprecated in favor of {% load static %}.
parent
ac10f0bc
No related branches found
Branches containing commit
Tags
release-2020-05-11-09.51
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lms/templates/logout.html
+1
-1
1 addition, 1 deletion
lms/templates/logout.html
lms/templates/main_django.html
+1
-1
1 addition, 1 deletion
lms/templates/main_django.html
lms/templates/wiki/base.html
+1
-1
1 addition, 1 deletion
lms/templates/wiki/base.html
with
3 additions
and
3 deletions
lms/templates/logout.html
+
1
−
1
View file @
04ee8894
{% extends "main_django.html" %}
{% load i18n static
files
%}
{% load i18n static %}
{% load django_markup %}
{% block title %}{% trans "Signed Out" as tmsg %}{{ tmsg | force_escape }} | {{ block.super }}{% endblock %}
...
...
This diff is collapsed.
Click to expand it.
lms/templates/main_django.html
+
1
−
1
View file @
04ee8894
<!DOCTYPE html>
{% load sekizai_tags i18n configuration theme_pipeline optional_include static
files
%}
{% load sekizai_tags i18n configuration theme_pipeline optional_include static %}
<html
lang=
"{{LANGUAGE_CODE}}"
>
<head>
<meta
charset=
"UTF-8"
>
...
...
This diff is collapsed.
Click to expand it.
lms/templates/wiki/base.html
+
1
−
1
View file @
04ee8894
{% extends "main_django.html" %}
{% with online_help_token="wiki" %}
{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load static
files
%}
{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load static %}
{% block title %}
{% block pagetitle %}{% endblock %} | {% trans "Wiki" as tmsg%}{{tmsg|force_escape}} | {% platform_name %}
...
...
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