Add signup link, customize templates
This commit is contained in:
parent
09137dd9d7
commit
8f1caddbe0
15 changed files with 607 additions and 111 deletions
7
templates/cas_server/logout.html
Normal file
7
templates/cas_server/logout.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "cas_server/base.html" %}
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
{% block content %}
|
||||
<div class="alert alert-success" role="alert">{{logout_msg}}</div>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue