Skip to content

Commit

Permalink
temp: add message redirecting new users to /signup form
Browse files Browse the repository at this point in the history
  • Loading branch information
e-zhang09 committed Sep 10, 2024
1 parent 369ac18 commit 9873549
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/newuserremoterequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Create Account Remotely</h1>
<p>
Hello World! Welcome to the CSUA. By creating an account with us, you will be granted access to our computers and use of our servers. Enter your Berkeley email in order to get sent a link where you can create a new CSUA account.
</p>
<p>Note: We've recently completed system upgrades and fixes that have been affecting our sign up system recently. Please join our discord at <a href="https://csua.org/discord" target="_blank">https://csua.org/discord</a> if you are still running into issues.</p>
<p>Note: There is a known issue with our sign up system right now, we are working hard to fix it. In the meantime, please join our discord at <a href="https://csua.org/discord" target="_blank">https://csua.org/discord</a> and fill out this form <a href="https://csua.org/signup" target="_blank">https://csua.org/signup</a> letting us know you intend to join! We will notify you once our sign up system is back up :)</p>
{% if messages %}
<div class="notification is-danger">
<ul>
Expand All @@ -18,7 +18,8 @@ <h1>Create Account Remotely</h1>
</ul>
</div>
{% endif %}
<div class="box">
{# TODO: unset "disabled" and remove styling when sign up system is fixed #}
<div class="box" disabled="true" style="opacity: 25%; pointer-events: none">
<form action="{% url "newuser-remote-request" %}" method="post">
{% csrf_token %}
<table>
Expand Down

0 comments on commit 9873549

Please sign in to comment.