|
@@ -10,7 +10,7 @@
|
|
|
<h1 class="title" id="revision-path">{{ path|insertSpaceToEachSlashes }}</h1>
|
|
<h1 class="title" id="revision-path">{{ path|insertSpaceToEachSlashes }}</h1>
|
|
|
<div class="user-page-header">
|
|
<div class="user-page-header">
|
|
|
{% if page %}
|
|
{% if page %}
|
|
|
- <a href="#" title="Bookmark" class="bookmark-link" id="bookmark-button" data-bookmarked="0"><i class="fa fa-star-o"></i></a>
|
|
|
|
|
|
|
+ <a href="#" title="Bookmark" class="bookmark-link" id="bookmark-button" data-csrftoken="{{ csrf() }}" data-bookmarked="0"><i class="fa fa-star-o"></i></a>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
<div class="pull-left user-page-picture">
|
|
<div class="pull-left user-page-picture">
|
|
|
<img src="{{ pageUser|picture }}" class="picture picture-rounded">
|
|
<img src="{{ pageUser|picture }}" class="picture picture-rounded">
|