Skip to content

Commit 21f5238

Browse files
committed
Move templates out of tmp directory
1 parent 817b8e7 commit 21f5238

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+76
-76
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base-shell.html' %}
1+
{% extends 'base-shell.html' %}
22
{% load i18n %}
33

44
{% block header_nav %}
File renamed without changes.

course/templates/new_ui_foo/course/attendees.html renamed to course/templates/course/attendees.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base.html' %}
1+
{% extends 'base.html' %}
22
{% load i18n %}
33
{% block content %}
44

course/templates/new_ui_foo/course/contact-teachers.html renamed to course/templates/course/contact-teachers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base.html' %}
1+
{% extends 'base.html' %}
22
{% load i18n %}
33

44
{% block content %}

course/templates/new_ui_foo/course/edit.html renamed to course/templates/course/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base.html' %}
1+
{% extends 'base.html' %}
22
{% load i18n %}
33

44
{% block content %}

course/templates/new_ui_foo/course/info.html renamed to course/templates/course/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base.html' %}
1+
{% extends 'base.html' %}
22
{% load i18n %}
33
{% block content %}
44

course/templates/new_ui_foo/course/notify-done.html renamed to course/templates/course/notify-done.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base.html' %}
1+
{% extends 'base.html' %}
22
{% load i18n %}
33

44
{% block content %}

course/templates/new_ui_foo/course/notify.html renamed to course/templates/course/notify.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base.html' %}
1+
{% extends 'base.html' %}
22
{% load i18n %}
33

44
{% block content %}

course/templates/new_ui_foo/course/teachers.html renamed to course/templates/course/teachers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends 'new_ui_foo/base.html' %}
1+
{% extends 'base.html' %}
22
{% load i18n %}
33
{% block content %}
44

0 commit comments

Comments
 (0)