Skip to content
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 core/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1>Hello {{ user.username }} 👋</h1>

<div class="profile-details">
<div class="profile-card">
<h3><i class="fa-solid fa-envelope"></i> Email</h3>
<h3><i class="fa-solid fa-envelope"></i> Username</h3>
<p>{{ user.email }}</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion core/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2 class="form-title">Join PeerPrep</h2>
<input type="password" name="password2" class="form-input" placeholder="Confirm your password" required>
</div>
</div>
<button type="submit" class="submit-btn">Create Account</button>
<button type="submit" class="submit-btn">Create an Account</button>
</form>

<p style="text-align: center; margin-top: 1.5rem; color: rgba(255, 255, 255, 0.7);">
Expand Down
Loading