mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Reinstate token links
This commit is contained in:
		@@ -68,9 +68,8 @@
 | 
			
		||||
    <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>{{ session["tokens"] }}</strong> Titan Tokens.</p>
 | 
			
		||||
      <a class="waves-effect waves-light btn" href="{{ url_for('user.donate_get') }}">Donate!!</a>-->
 | 
			
		||||
      <a class="waves-effect waves-light btn" href="https://patreon.com/TitanEmbeds" target="_blank">Donate!!</a>
 | 
			
		||||
      <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>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -29,8 +29,7 @@
 | 
			
		||||
      <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>-->
 | 
			
		||||
        <li><a href="https://patreon.com/TitanEmbeds" target="_blank">Donate</a></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