Skip to content

Commit

Permalink
修复编辑文章获取不到id的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
eshengsky committed May 16, 2017
1 parent 7042a35 commit e97a3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/admin/newarticle.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2>@__("admin.newarticle.new")</h2>
<button id="btnSave" type="button" class="btn btn-primary">
<i class="fa fa-save"></i> @__("admin.newarticle.save_draft")
</button>
<input id="UniqueId" type="hidden" name="UniqueId"/>
<input id="UniqueId" type="hidden" name="UniqueId" value="@uniqueId"/>
<input id="IsDraft" type="hidden" name="IsDraft"/>
</div>
</form>
Expand Down

0 comments on commit e97a3d2

Please sign in to comment.