mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 15:22:27 +01:00 
			
		
		
		
	Broutilles stretch
This commit is contained in:
		@@ -50,7 +50,7 @@ PASSWORD_HASHERS = (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
AUTH_USER_MODEL = 'users.User'
 | 
			
		||||
LOGIN_URL = '/login'
 | 
			
		||||
LOGIN_URL = '/login/'
 | 
			
		||||
LOGIN_REDIRECT_URL = '/'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
        {% bootstrap_css %}
 | 
			
		||||
 | 
			
		||||
        {% bootstrap_javascript %}
 | 
			
		||||
        <link rel="stylesheet" href="{% static "/static/css/base.css" %}">
 | 
			
		||||
        <link rel="stylesheet" href="{% static "/css/base.css" %}">
 | 
			
		||||
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
        <title>{{ site_name }} : {% block title %}Accueil{% endblock %}</title>
 | 
			
		||||
    </head>
 | 
			
		||||
 
 | 
			
		||||
@@ -24,6 +24,7 @@ from django.conf.urls import url
 | 
			
		||||
 | 
			
		||||
from . import views
 | 
			
		||||
 | 
			
		||||
app_name = 'users'
 | 
			
		||||
urlpatterns = [
 | 
			
		||||
    url(r'^new_user/$', views.new_user, name='new-user'),
 | 
			
		||||
    url(r'^capture/$', views.capture, name='capture'),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user