Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
cb4ae461
Commit
cb4ae461
authored
Jun 19, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use standard 'url' templatetag - deprecated/removed from future.
parent
22a5bd35
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
2 additions
and
10 deletions
+2
-10
lms/templates/main_django.html
+0
-1
lms/templates/registration/password_reset_email.html
+1
-1
lms/templates/wiki/article.html
+0
-1
lms/templates/wiki/base.html
+1
-1
lms/templates/wiki/create.html
+0
-1
lms/templates/wiki/delete.html
+0
-1
lms/templates/wiki/edit.html
+0
-1
lms/templates/wiki/history.html
+0
-1
lms/templates/wiki/includes/anonymous_blocked.html
+0
-1
lms/templates/wiki/plugins/attachments/index.html
+0
-1
No files found.
lms/templates/main_django.html
View file @
cb4ae461
<!DOCTYPE html>
{% load sekizai_tags i18n configuration theme_pipeline optional_include staticfiles %}
{% load url from future %}
<html
lang=
"{{LANGUAGE_CODE}}"
>
<head>
<meta
charset=
"UTF-8"
>
...
...
lms/templates/registration/password_reset_email.html
View file @
cb4ae461
{% load i18n %}{%
load url from future %}{%
autoescape off %}
{% load i18n %}{% autoescape off %}
{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}
...
...
lms/templates/wiki/article.html
View file @
cb4ae461
{% extends "wiki/base.html" %}
{% load wiki_tags i18n %}
{% load url from future %}
{% block pagetitle %}{{ article.current_revision.title }}{% endblock %}
...
...
lms/templates/wiki/base.html
View file @
cb4ae461
{% extends "main_django.html" %}
{% with online_help_token="wiki" %}
{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load
url from future %}{% load
staticfiles %}
{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load staticfiles %}
{% block title %}
{% block pagetitle %}{% endblock %} | {% trans "Wiki" %} | {% platform_name %}
...
...
lms/templates/wiki/create.html
View file @
cb4ae461
{% extends "wiki/base.html" %}
{% load wiki_tags i18n sekizai_tags %}
{% load url from future %}
{% block pagetitle %}{% trans "Add new article" %}{% endblock %}
...
...
lms/templates/wiki/delete.html
View file @
cb4ae461
{% extends "wiki/base.html" %}
{% load wiki_tags i18n sekizai_tags %}
{% load url from future %}
{% block pagetitle %}{% trans "Delete article" %}{% endblock %}
...
...
lms/templates/wiki/edit.html
View file @
cb4ae461
{% extends "wiki/article.html" %}
{% load wiki_tags i18n sekizai_tags %}
{% load url from future %}
{% block pagetitle %}{% trans "Edit" %}: {{ article.current_revision.title }}{% endblock %}
...
...
lms/templates/wiki/history.html
View file @
cb4ae461
{% extends "wiki/article.html" %}
{% load wiki_tags i18n sekizai_tags %}
{% load url from future %}
{% block pagetitle %}{% trans "History" %}: {{ article.current_revision.title }}{% endblock %}
...
...
lms/templates/wiki/includes/anonymous_blocked.html
View file @
cb4ae461
{% load i18n %}
{% load url from future %}
<em>
{% url 'wiki:signup' as signup_url %}
{% url 'wiki:login' as login_url %}
...
...
lms/templates/wiki/plugins/attachments/index.html
View file @
cb4ae461
{% extends "wiki/article.html" %}
{% load wiki_tags i18n humanize %}
{% load url from future %}
{% block pagetitle %}{% trans "Attachments" %}: {{ article.current_revision.title }}{% endblock %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment