Skip to content

Commit

Permalink
Merge pull request #82 from mdhaman/update-core
Browse files Browse the repository at this point in the history
Updating dependencies.
  • Loading branch information
Mayur Dhamanwala authored Aug 11, 2016
2 parents 273b2b7 + c68ed61 commit cb5a2e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def format(self, article, subscriber, codes=None):
to_ascii(formatted_article.get('abstract', ''))).strip()
formatted_article['headline'] = self.get_text_content(
to_ascii(formatted_article.get('headline', ''))).strip()
formatted_article['byline'] = self.get_text_content(
to_ascii(formatted_article.get('byline', ''))).strip()

# get the first category and derive the locator
category = next((iter(formatted_article.get('anpa_category', []))), None)
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ honcho==0.6.6
pyodbc==3.0.10
unidecode==0.04.19

git+git://github.com/superdesk/superdesk-core.git@4428df364#egg=Superdesk-Core
git+git://github.com/superdesk/superdesk-core.git@2c6a4b5a5#egg=Superdesk-Core
2 changes: 1 addition & 1 deletion server/templates/article_killed.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
{{body | safe}}

<p>Regards,</p>
<p>Mike Osborne Editor AAP</p>
<p>Mike Osborne Editor</p>

2 changes: 1 addition & 1 deletion server/templates/article_killed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{{body | striptags}}

Regards,
Mike Osborne Editor AAP
Mike Osborne Editor


0 comments on commit cb5a2e2

Please sign in to comment.