mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	
						commit
						897daa81a2
					
				| 
						 | 
				
			
			@ -1,17 +0,0 @@
 | 
			
		|||
{% raw %}{% extends "base.html" %}
 | 
			
		||||
{% load static i18n %}
 | 
			
		||||
{% block title %}Members{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="container">
 | 
			
		||||
  <h2>Users</h2>
 | 
			
		||||
 | 
			
		||||
  <div class="list-group">
 | 
			
		||||
    {% for user in user_list %}
 | 
			
		||||
      <a href="{% url 'users:detail' user.username %}" class="list-group-item">
 | 
			
		||||
        <h4 class="list-group-item-heading">{{ user.username }}</h4>
 | 
			
		||||
      </a>
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock content %}{% endraw %}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user