-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload #40
base: master
Are you sure you want to change the base?
Upload #40
Conversation
|
||
<div class="container2"> | ||
<p class="summary">{{ channel.rendered_text }} | ||
{% lorem 5 w random %}</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be removed.
|
||
if self.media_type == Media.MEDIA_TYPE.NONE: | ||
pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use an anchor tag to allow downloading (I think). As long at the user sees a link in this case it's fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"""embed = ' %s ' % self.get_file_url """
this should replace lines 228 - 231 once we get the renaming to work
14805c1
to
e3311ab
Compare
No description provided.