Skip to content

Commit

Permalink
Hide post_date editor until timezone issues are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmackay committed Oct 29, 2016
1 parent 533401f commit cd910d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/posts/modify/post-toolbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h6 class="tool-heading" translate="post.post_date">Post date</h6>

<div class="toggle-content init" dropdown-menu>
<fieldset>
<post-datetime ng-model="post.post_date"></post-datetime>
<post-datetime ng-model="post.post_date" ng-if="fixed"></post-datetime>
<ul class="metadata">
<li><span translate="post.created_at"></span> {{displayCreated}} <span translate-values="{ source : source }" translate="post.source"></span></li>
<li ng-if="post.updated"><span translate="post.updated_at"></span> {{displayUpdated}}</li>
Expand Down

0 comments on commit cd910d6

Please sign in to comment.