Skip to content

Commit

Permalink
fixup! WIP access session props form from Right of Reply page
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Oct 3, 2024
1 parent 086211c commit fc486e0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ <h1 class="mb-4">Sign in</h1>
{% else %}
<h1 class="mb-4">Sections</h1>
{% if has_properties %}
<a href="{% session_url "authority_properties" authority_name "Right of Reply" %}">Props!</a>
<h4>
<a href="{% session_url "authority_properties" authority_name "Right of Reply" %}">Optional feedback</a>
</h4>
{% endif %}
<table class="table">
<thead>
Expand Down

0 comments on commit fc486e0

Please sign in to comment.