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
4b5837ff
Commit
4b5837ff
authored
Mar 14, 2013
by
brianhw
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1668 from MITx/bugfix/dave/bad_route_in_rss
Removed reverse() call that was breaking in RSS feed.
parents
5576c549
e818efb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
lms/templates/feed.rss
+1
-1
No files found.
lms/templates/feed.rss
View file @
4b5837ff
...
...
@@ -11,7 +11,7 @@
<id>
tag:www.edx.org,2013:Post/15
</id>
<published>
2013-03-14T10:00:00-07:00
</published>
<updated>
2013-03-14T10:00:00-07:00
</updated>
<link
type=
"text/html"
rel=
"alternate"
href=
"
${reverse('courses/MITx/2.01x/2013_Spring/about')}
"
/>
<link
type=
"text/html"
rel=
"alternate"
href=
"
/courses/MITx/2.01x/2013_Spring/about
"
/>
<title>
New mechanical engineering course open for enrollment
</title>
<content
type=
"html"
>
<
img src=
"
${static.url('images/press/releases/201x_240x180.jpg')}
"
/
>
<
p
><
/p
>
</content>
...
...
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