Skip to content

Commit

Permalink
Revert "temp: add message redirecting new users to /signup form"
Browse files Browse the repository at this point in the history
This reverts commit 9873549.
  • Loading branch information
e-zhang09 committed Oct 9, 2024
1 parent b09b259 commit a7fb71e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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: 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>
<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>
{% if messages %}
<div class="notification is-danger">
<ul>
Expand All @@ -18,8 +18,7 @@ <h1>Create Account Remotely</h1>
</ul>
</div>
{% endif %}
{# TODO: unset "disabled" and remove styling when sign up system is fixed #}
<div class="box" disabled="true" style="opacity: 25%; pointer-events: none">
<div class="box">
<form action="{% url "newuser-remote-request" %}" method="post">
{% csrf_token %}
<table>
Expand Down

0 comments on commit a7fb71e

Please sign in to comment.