File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed
templates/djpress/stuartmnz Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 55{% block djpress_content %}
66
77 < article >
8+ {% if user.is_authenticated and user.is_staff %}
9+ < div style ="text-align: right "> < a href ="{% url 'admin:djpress_post_change' post.id %} " style ="text-decoration: none "> ✏️</ a > </ div >
10+ {% endif %}
11+
812 {% post_title outer_tag="h1" %}
13+
914 {% post_content outer_tag="section" %}
1015 </ article >
1116
Original file line number Diff line number Diff line change 22
33{% post_wrap %}
44
5+ {% if user.is_authenticated and user.is_staff %}
6+ < div style ="text-align: right "> < a href ="{% url 'admin:djpress_post_change' post.id %} " style ="text-decoration: none "> ✏️</ a > </ div >
7+ {% endif %}
8+
59 {% post_title outer_tag="h1" %}
610
711 {% post_content outer_tag="section" %}
Original file line number Diff line number Diff line change 22
33{% post_wrap %}
44
5+ {% if user.is_authenticated and user.is_staff %}
6+ < div style ="text-align: right "> < a href ="{% url 'admin:djpress_post_change' post.id %} " style ="text-decoration: none "> ✏️</ a > </ div >
7+ {% endif %}
8+
59 {% post_title outer_tag="h1" %}
610
711 {% post_content outer_tag="section" %}
Original file line number Diff line number Diff line change 22
33{% post_wrap %}
44
5+ {% if user.is_authenticated and user.is_staff %}
6+ < div style ="text-align: right "> < a href ="{% url 'admin:djpress_post_change' post.id %} " style ="text-decoration: none "> ✏️</ a > </ div >
7+ {% endif %}
8+
59 {% post_title outer_tag="h1" %}
610
711 < footer >
You can’t perform that action at this time.
0 commit comments