fixed if/else statement

This commit is contained in:
CocoByte 2025-03-06 16:02:11 -07:00
parent e6bfc40c3f
commit 39eb317afb
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -19,11 +19,7 @@
<div class="grid-row grid-gap margin-bottom-3">
<div class="mobile:grid-col-12 tablet:grid-col-6">
<h1 id="domain-requests-header" class="margin-bottom-1">Domain requests</h1>
{% if has_edit_request_portfolio_permission %}
<p class="margin-y-0">Domain requests can only be modified by the person who created the request.</p>
{% else %}
<p class="margin-y-0">Domain requests can only be modified by the person who created the request.</p>
{% endif %}
</div>
{% if has_edit_request_portfolio_permission %}