Skip to content

Commit

Permalink
Fixed brand logo and timer on toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyneira committed Sep 6, 2017
1 parent f70646e commit a6c389e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
// Flash Messages Toasts
{% with messages = get_flashed_messages(with_categories=True) %}
{% for class, message in messages %}
Materialize.toast('{{ message }}', 4000, '{{ class }}');
Materialize.toast('{{ message }}', 5000, '{{ class }}');
{% endfor %}
{% endwith %}
});
Expand All @@ -163,7 +163,7 @@
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper white">
<a href="/" class="brand-logo center lc-blue-text">LaunchCode Attendance</a>
<a href="/" class="brand-logo center lc-blue-text">Launchcode Attendance</a>
{% if session['email'] %}
<ul class="left">
<li><a class="dropdown-button waves-effect waves-light lc-blue-text" href="#!" data-activates="dropdown"><i class="material-icons">menu</i></a></li>
Expand Down

0 comments on commit a6c389e

Please sign in to comment.