Skip to content

Commit

Permalink
changed the name of the base template
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakSingh31 committed Oct 18, 2019
1 parent bafcde5 commit 93f26ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions uw_saml/templates/uw_saml_base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
{% block title %}{% endblock %}
</title>
</head>
<body>
{% block content %}
{% endblock content %}
</body>
</html>

0 comments on commit 93f26ce

Please sign in to comment.