Skip to content

Commit e8f012d

Browse files
reverse if logic
1 parent a0e50a2 commit e8f012d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

service/templates/login.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ <h1>
3737
<input type="hidden" name="client_response_type" value="{{ client_response_type }}">
3838
<footer>
3939
{% if tenant_id == 'apcd' %}
40-
<a href="https://accounts.tacc.utexas.edu/apcd/register" rel="noreferrer" target="_blank">
41-
{% else %}
40+
<a href="https://accounts.tacc.utexas.edu/apcd/register" rel="noreferrer" target="_blank">
41+
{% else %}
4242
<a href="https://accounts.tacc.utexas.edu/register" rel="noreferrer" target="_blank">
43-
{% endif %}
44-
Create Account
43+
{% endif %}
44+
Create Account
4545
</a>
4646
<button type="submit">Log In</button>
4747
</footer>
4848
<nav>
4949
<p>Having trouble?</p>
5050
{% if tenant_id == 'apcd' %}
51-
<a href="https://tacc.utexas.edu/about/help/" rel="noreferrer" target="_blank">
52-
Account Help
53-
</a>
54-
{% else %}
5551
<a href="mailto:support@tickets.txapcd.org" rel="nonreferrer" target="_blank" >
5652
For help, email support@tickets.txapcd.org
5753
</a>
54+
{% else %}
55+
<a href="https://tacc.utexas.edu/about/help/" rel="noreferrer" target="_blank">
56+
Account Help
57+
</a>
5858
{% endif %}
5959
</nav>
6060
</form>

0 commit comments

Comments
 (0)