Skip to content
Snippets Groups Projects

Feat: Showing full name for proposers of projects, instead of username, where...

Merged ld507 requested to merge showing-full-names-of-proposers into master
2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -22,9 +22,6 @@
<div class="w3-threequarter">
{{ form.on_behalf(placeholder="Student username", class="w3-input w3-border", id="student-proposer") }}
</div>
<!-- this format-align div is used to make the student-proposer and student-fullname divs align , but should not be visible itself, -->
<!-- which is why it has both the format-align and student-fullname divs have the show_box boolean, with the format-align div also having the property style="visibility: hidden" -->
<!-- for the format-align div, both the show_box boolean and the property style="visibility: hidden" are needed -->
<div class="w3-quarter {% if not show_box %}w3-hide{% endif %}" style="visibility: hidden">
{{ form.on_behalf(placeholder="Student full name", class="w3-input w3-border", id="format-align") }}
</div>
Loading