Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkzia committed Sep 30, 2019
1 parent 538c4f8 commit f95e524
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,15 @@ <h1>Add users to allocation for project: {{allocation.project.title}}</h1> <hr>
<div>
<button type="submit" class="btn btn-primary"><i class="fas
fa-user-plus"></i> Add Selected Users to Allocation</button>
<a class="btn btn-secondary" href="{% url 'allocation-detail'
allocation.pk %}" role="button"><i class="fas fa-long-arrow-left"></i>
<a class="btn btn-secondary" href="{% url 'allocation-detail' allocation.pk %}" role="button"><i class="fas fa-long-arrow-left"></i>
Back to Allocation</a>
<br>
</div>
</form>
</div>
</div>
{% else %}
<a class="btn btn-secondary mb-3" href="{% url 'allocation-detail' allocation.pk
%}" role="button"><i class="fas fa-long-arrow-left"></i> Back to Allocation</a>
<a class="btn btn-secondary mb-3" href="{% url 'allocation-detail' allocation.pk %}" role="button"><i class="fas fa-long-arrow-left"></i> Back to Allocation</a>
<div class="alert alert-info">
All users in project are already in this allocation!
</div>
Expand Down

0 comments on commit f95e524

Please sign in to comment.