mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Token count in menu
This commit is contained in:
		@@ -68,7 +68,7 @@
 | 
			
		||||
    <div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
 | 
			
		||||
      <h4>Donations!</h4>
 | 
			
		||||
      <p class="flow-text">Would you like to support the Titan Embeds project?</p>
 | 
			
		||||
      <p>You currently have <strong>{{ tokens }}</strong> Titan Tokens.</p>
 | 
			
		||||
      <p>You currently have <strong>{{ session["tokens"] }}</strong> Titan Tokens.</p>
 | 
			
		||||
      <a class="waves-effect waves-light btn" href="{{ url_for('user.donate_get') }}">Donate!!</a>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -28,6 +28,8 @@
 | 
			
		||||
      {% if session['unauthenticated'] is defined and not session['unauthenticated'] %}
 | 
			
		||||
      <ul id="menu_dropdown" class="dropdown-content">
 | 
			
		||||
        <li><a href="{{ url_for('user.dashboard') }}">Dashboard</a></li>
 | 
			
		||||
        <li class="divider"></li>
 | 
			
		||||
        <li><a href="{{ url_for('user.donate_get') }}"><i class="material-icons">monetization_on</i></nbr>{{ session["tokens"] }}</a></li>
 | 
			
		||||
        {% if session['user_id'] is defined and session['user_id'] in devs %}
 | 
			
		||||
          <li class="divider"></li>
 | 
			
		||||
          <li><a href="{{ url_for('admin.index') }}">Admin</a></li>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user