Skip to content

Commit

Permalink
users: optimized login system to lessen datastore queries
Browse files Browse the repository at this point in the history
  • Loading branch information
jQwotos committed Feb 26, 2017
1 parent 04db4ac commit 79550d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/display/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
{% endfor %}
</ul>
{% include '_includes/scripts.html' %}
<div class="fixed-action-btn" style="bottom: 24px; right:24px;">
<a class="btn-floating btn-large orange" href="https://webnouncements-v2.appspot.com/submit?sc={{school_code}}">
<div class="fixed-action-btn">
<a class="btn-floating btn-large orange" target="_blank" href="https://webnouncements-v2.appspot.com/submit?sc={{school_code}}">
<i class="material-icons">playlist_add</i>
</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions templates/submit/submit.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ <h4>{{school_name}}</h4>
selectMonths: true,
selectYears: 0,
});
$("#startDate").pickadate('picker').set('select', new Date());
</script>
{% endblock %}

0 comments on commit 79550d2

Please sign in to comment.