mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
22 lines
875 B
HTML
22 lines
875 B
HTML
{% extends "closedverse_main/layout.html" %}
|
|
{% block main-body %}{% load closedverse_user %}
|
|
{% user_sidebar request user user.profile 0 True %}
|
|
<div class="main-column" id="help">
|
|
<div class="post-list-outline">
|
|
<h2 class="label">What are user-generated ads?</h2>
|
|
<div id="guide" class="help-content">
|
|
<div class="faq">
|
|
<h2>What is that???</h2>
|
|
<p>Well, user-generated ads are a way for you to, without any money, promote your clone/website/service.</p>
|
|
<h2>Where these ads shows up?</h2>
|
|
<p>These ads shows up in activity, user pages, homepage, and more.</p>
|
|
<h2>How can I have my user-generated ad?</h2>
|
|
<p>Contact an admin.</p>
|
|
<h2>I am an admin.</h2>
|
|
<p>Go to the admin panel, and go to the ads section. If you can't see it, you don't have permissions to view ads.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|