We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1881fdc commit ce49ea6Copy full SHA for ce49ea6
templates/index_bootstrap.html
@@ -60,9 +60,10 @@ <h4>WeChat CRN check</h4>
60
</div>
61
62
<div class="description span6">
63
- <p>PCS parsers purdue class seats from Purdue Official Website</p>
+ <p>Parsers purdue class seats from Purdue Website</p>
64
<p>Keep tracking available class seats in real time</p>
65
<p>Update the latest seats in <b>every 60 seconds</b></p>
66
+ <p>Send email notification once new seats released</p>
67
{% if not request.user.is_authenticated %}
68
<p>
69
<a href="{% url 'user_mode_register' %}" class="btn btn-large">Register Now »</a>
0 commit comments