Skip to content

Commit a0e50a2

Browse files
Merge pull request #99 from tapis-project/issue98
change help message for apcd
2 parents 96f4a44 + 9ccd760 commit a0e50a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

service/templates/login.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@ <h1>
4747
</footer>
4848
<nav>
4949
<p>Having trouble?</p>
50+
{% if tenant_id == 'apcd' %}
5051
<a href="https://tacc.utexas.edu/about/help/" rel="noreferrer" target="_blank">
5152
Account Help
5253
</a>
54+
{% else %}
55+
<a href="mailto:support@tickets.txapcd.org" rel="nonreferrer" target="_blank" >
56+
For help, email support@tickets.txapcd.org
57+
</a>
58+
{% endif %}
5359
</nav>
5460
</form>
5561
<footer>

0 commit comments

Comments
 (0)