Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
1028479c
Commit
1028479c
authored
Nov 12, 2015
by
David Haynes
🙆
Browse files
Template Edge Case Issue w/ Spacing
parent
e6db72f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/templates/landing.html
View file @
1028479c
...
...
@@ -26,6 +26,11 @@
</div>
{% empty %}
<h4>
There are no other students registered in your room right now.
</h4>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
</div>
...
...
@@ -47,6 +52,11 @@
</div>
{% empty %}
<h4>
There are no other students registered on your floor right now.
</h4>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
</div>
...
...
@@ -70,6 +80,11 @@
</div>
{% empty %}
<h4>
There are no other students registered in your major right now.
</h4>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment