Not currently using a separate dir for userpages

This commit is contained in:
justcool393 2023-07-24 05:20:39 -05:00
parent 88e4d114fa
commit 9e4e77f169
3 changed files with 3 additions and 3 deletions

View file

@ -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">

View file

@ -1,4 +1,4 @@
{% extends "userpage/userpage.html" %}
{% extends "userpage.html" %}
{% block content %}

View file

@ -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">