Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robotrix home page fix #130

Merged
merged 2 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion corpus/templates/robotrix/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ <h3 class="title text-xl md:text-2xl lg:text-3xl font-extrabold ">SCHEDULE</h3>
<ol class="list-decimal list-inside">
<li>No registration fees for NITK students</li>
<li>No registration fees for teams with at least one IEEE member</li>
<li>A registration fee of Rs.150 for teams having non-NITK and non-IEEE members</li>
<li>A registration fee of Rs.250 for teams having non-NITK and non-IEEE members</li>
</ol>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions corpus/templates/robotrix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h4> Join the Whatsapp Group</h4>
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
<span>
Please pay the fee of <strong>Rs. 150</strong> <a href="https://in.explara.com/e/ieee-nitk-robotrix-2024">here </a>. If you have already paid the fee, it might take some time for it to be updated here. Please only contact us if it has not been updated for more than a week.
Please pay the fee of <strong>Rs. 250</strong> <a href="https://in.explara.com/e/ieee-nitk-robotrix-2024">here </a>. If you have already paid the fee, it might take some time for it to be updated here. Please only contact us if it has not been updated for more than a week.
</span>
</div>
{% endif %}
Expand Down Expand Up @@ -281,7 +281,7 @@ <h3>Create a team</h3>
</form>
<div class="block alert alert-info my-2 rounded-none">
If your team has members who are neither from NITK, nor IEEE members, you will have
to pay a registration amount of <strong>Rs. 150</strong>. This will be prompted
to pay a registration amount of <strong>Rs. 250</strong>. This will be prompted
after you create a team.
</div>
</div>
Expand Down
Loading