Skip to content

Commit

Permalink
Merge pull request #573 from MapStory/fix-storyteller-url
Browse files Browse the repository at this point in the history
Fix StoryTeller URL
  • Loading branch information
trepagnier authored Mar 30, 2017
2 parents a964026 + 285e781 commit 4990e7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mapstory/templates/viewer/story_viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@
<div class="content">
{% verbatim %}
<a target="_blank" href="/story/{{ mapManager.storyMap.get('id') - 1 }}/view" class="viewer-story-title" ng-bind="mapManager.title"></a>
{% endverbatim %}
<a target="_blank" href="/storyteller/{{ mapManager.username }}" class="viewer-author">{{ SITE_NAME }} {% verbatim %}by {{ mapManager.owner }}</a>
<a target="_blank" href="/storyteller/{{ mapManager.username }}" class="viewer-author">{% endverbatim %}{{ SITE_NAME }} {% verbatim %}by {{ mapManager.owner }}</a>
<div class="viewer-chapter-number">Chapter {{ mapManager.storyChapter}}</div>
<div class="viewer-chapter-title" ng-bind="mapManager.storyMap.getStoryTitle()"></div>
<p ng-bind="mapManager.storyMap.getStoryAbstract()"></p>
Expand Down

0 comments on commit 4990e7d

Please sign in to comment.