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
22graft docs
33prune docs/_build
44recursive-include sopy/migrations *.py
55graft sopy/static
66graft 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>
88 {% if page.community %}< div class ="alert alert-info "> This page is in community mode. Any user with 100 rep may edit it.</ div > {% endif %}
99
1010 < 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 >
1212 {% 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 %}
1313 {% 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 %}
1414 </ ul >
You can’t perform that action at this time.
0 commit comments