Not currently using a separate dir for userpages
This commit is contained in:
parent
88e4d114fa
commit
9e4e77f169
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{% extends "userpage/userpage.html" %}
|
||||
{% extends "userpage.html" %}
|
||||
{% block userpage_content %}
|
||||
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %}" style="margin-top: 10px;">
|
||||
<div class="col">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "userpage/userpage.html" %}
|
||||
{% extends "userpage.html" %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "userpage/userpage.html" %}
|
||||
{% extends "userpage.html" %}
|
||||
{% block userpage_content %}
|
||||
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %}" style="margin-top: 10px;">
|
||||
<div class="col">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue