Skip to content

Commit

Permalink
add base for login widget content #1895
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Nov 20, 2024
1 parent 442bc85 commit 9de1ccd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions login/templates/account/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% extends "base/base-full.html" %}

{% block main-content-body %}
{% block title %}
{% block head_title %}
{% endblock head_title %}
{% endblock title %}
{% block content %}
<div class="row">
<div class="col-md-6 offset-md-3">
{% block inner %}
{% endblock inner %}
</div>
</div>
{% endblock content %}
{% endblock main-content-body %}

0 comments on commit 9de1ccd

Please sign in to comment.