Skip to content

Commit

Permalink
add back sign up system
Browse files Browse the repository at this point in the history
  • Loading branch information
e-zhang09 committed Jan 31, 2024
1 parent e0ff322 commit b024bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/join.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="box content">
<h1>Sign Up</h1>
<p>
In order to become a general member, please fill out <a href = "{% url "newuser-remote-request" %}" style="display: none">
this form </a><a href = "https://csua.org/signup" target="_blank"> this form </a> with some information such as your name and Berkeley email address.
In order to become a general member, please fill out <a href = "{% url "newuser-remote-request" %}">
this form </a> with some information such as your name and Berkeley email address.
You'll have an account on our computers, server space, and more in no time! </br>
Once you make an account with the CSUA, you'll be able to periodically
receive emails about events and job opportunities, use our office computers and servers,
Expand Down
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 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 b024bf9

Please sign in to comment.