Skip to content

Commit

Permalink
Merge pull request #1 from AmanRaizada02/AmanRaizada02-emojiRemove
Browse files Browse the repository at this point in the history
Removed emoji
  • Loading branch information
AmanRaizada02 committed Jan 24, 2023
2 parents 6eca5c9 + 4eb73df commit 890b78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/project/team_create.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="col-md-8 mx-auto col-sm-12">
<div class="card">
<div class="card-header">
<h6 class="m-0 font-weight-bold text-primary">Create Team 🥳</h6>
<h6 class="m-0 font-weight-bold text-primary">Create Team</h6>
</div>
<div class="card-body">
<form method="POST" enctype='multipart/form-data'>
Expand All @@ -15,12 +15,12 @@ <h6 class="m-0 font-weight-bold text-primary">Create Team 🥳</h6>
{{ form|crispy }}
</fieldset>
<div class="form-group">
<button class="btn btn-outline-primary" type="submit">Create Team🎈</button>
<button class="btn btn-outline-primary" type="submit">Create Team</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{% endblock content %}
{% endblock content %}

0 comments on commit 890b78b

Please sign in to comment.