Guest User

Untitled

a guest
May 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <h1>My fake blog!</h1>
  2. <p>{{ message }}</p>
  3.  
  4. {% if user.is_authenticated %}
  5. Logged as {{ user.username }} <a href="{% url 'logout' %}">Logout</a>
  6. {% else %}
  7. <a href="{% url 'social:begin' 'google-oauth2' %}">Login</a>
  8. {% endif %}
Add Comment
Please, Sign In to add comment