Skip to content

Commit

Permalink
fix extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
atulyamiglani committed Apr 7, 2021
1 parent 4c0d379 commit dc87e74
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 28 deletions.
12 changes: 6 additions & 6 deletions curriculum/templates/curriculum/lessonplan_find_share.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="font-weight-bold find-share-curricula">Find & Share Curricula</h1>
Difficulty Level
</a>
</div>
<div class="pr-4 ">
<div class="pr-4">
<div class="btn-group-toggle" data-toggle="buttons">
<label class="btn btn-outline-primary {% if form.web_only.value %}active{% endif %}"
for="{{ form.web_only.id_for_label }}">
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1 class="font-weight-bold find-share-curricula">Find & Share Curricula</h1>
<div class="d-flex flex-column curriculum mb-3 card-hover-shadow border rounded border-primary p-3">
<a href="{{ lessonplan.get_absolute_url }}">
<h6 class="curriculum-title text-primary">{{ lessonplan.title }}</h6>
<div class="d-flex flex-row justify-content-between">
<div class="d-flex flex-row justify-content-between">
{% if lessonplan.average_rating %}
<p class="stars text-primary" data-average-rating="{{ lessonplan.average_rating }}">
<i class="fa-star" aria-hidden="true"></i>
Expand Down Expand Up @@ -133,15 +133,15 @@ <h6 class="curriculum-title text-primary">{{ lessonplan.title }}</h6>
<hr>
</div>
<div class="container mb-5">
<div class="row justify-content-center justify-content-md-start ">
<div class="row justify-content-center justify-content-md-start">
<div class="col-8">
<h6 class="font-weight-bold ">Interested in sharing your curricula?</h6>
<h6 class="font-weight-bold">Interested in sharing your curricula?</h6>
<p class="descriptions mb-5">
Upload your curriculum to share it with a community of
educators who may utilize it in their own classroom, make
changes for their own use, and provide feedback directly.
</p>
<a class="btn btn-primary " href="{% url 'create-lesson-plan' %}">Upload my curriculum</a>
<a class="btn btn-primary" href="{% url 'create-lesson-plan' %}">Upload my curriculum</a>
</div>
</div>
<hr>
Expand All @@ -151,7 +151,7 @@ <h6 class="font-weight-bold ml-autos">Subscribe to our newsletter</h6>
<p class="description">Don't miss information about new events and volunteer opportunities! Opt out
anytime.</p>
</div>
<div class="input-group col-sm-5 align-self-center">
<div class="input-group col-sm-5 align-self-center">
<input name="q" type="text" class="form-control" placeholder="Email address"
value="{% if form.q.value %}{{ form.q.value }}{% endif %}"/>
<div class="input-group-append">
Expand Down
2 changes: 1 addition & 1 deletion landing/templates/landing/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h5 class="text-primary">micro:bit & bit:booster</h6>
<h6 class="font-weight-bold ">Subscribe to our newsletter</h6>
<p class="description">Don't miss information about new events and volunteer opportunities! Opt out anytime.</p>
</div>
<div class="input-group col-sm-5 align-self-center">
<div class="input-group col-sm-5 align-self-center">
<input name="q" type="text" class="form-control" placeholder="Email address" value="{% if form.q.value %}{{ form.q.value }}{% endif %}"/>
<div class="input-group-append">
<button type="submit" class="btn btn-primary"> Subscribe</button>
Expand Down
41 changes: 20 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc87e74

Please sign in to comment.