File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- include requirements.txt LICENSE.rst
1
+ include LICENSE.rst
2
2
graft docs
3
3
prune docs/_build
4
4
recursive-include sopy/migrations *.py
5
5
graft sopy/static
6
6
graft sopy/templates
7
- recursive -exclude *.pyc
7
+ global -exclude *.pyc
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h2 class="page-header">{% block title %}{{ page.title }}{% endblock %}</h2>
8
8
{% if page.community %}< div class ="alert alert-info "> This page is in community mode. Any user with 100 rep may edit it.</ div > {% endif %}
9
9
10
10
< ul class ="list-inline pull-right ">
11
- < li > < small > < i > Last edited on {{ page.updated|datetimeformat }} by {{ page.author }}</ i > </ small > </ li >
11
+ < li > < small > < i > Last edited on {{ page.updated|datetimeformat }} by {{ page.author.display_name }}</ i > </ small > </ li >
12
12
{% if has_group('editor') or page.draft or page.community %}< li > < a href ="{{ page.update_url }} " class ="btn btn-success btn-sm "> < i class ="fa fa-edit "> </ i > Edit</ a > </ li > {% endif %}
13
13
{% if has_group('editor') %}< li > < a href ="{{ page.delete_url }} " class ="btn btn-danger btn-sm "> < i class ="fa fa-minus "> </ i > Remove</ a > </ li > {% endif %}
14
14
</ ul >
You can’t perform that action at this time.
0 commit comments