mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
Update settings.py to correct a few things, whatads.html to tell admins what to do, why.html to correct the spelling, layout.html to update the embed description, remove sign from templates, update README.foreskin to reflect recent changes and update README.md to have more instructions
Whew, that was a lot of stuff.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
<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>
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<div class="post-list-outline">
|
||||
<h2 class="label">Why should I join?</h2>
|
||||
<div id="guide" class="help-content">
|
||||
<p>why should you join?</p>
|
||||
<p>Why should you join?</p>
|
||||
<div class="faq">
|
||||
<h2>because i said so.</h2>
|
||||
<p><small>you don't have to though</small></p>
|
||||
<h2>Because I said so.</h2>
|
||||
<p><small>You don't have to though.</small></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-title" content="{{ brand_name }}">
|
||||
<meta name="description" content="{{ brand_name }} is a social network: designed by PF2M, programmed by Arian Kordi. With Miiverse DNA, style and familiar assets such as Miiverse's interface and Miis, you're sure to have fun here!">
|
||||
<meta name="description" content="{{ brand_name }} is a Miiverse clone based on Cedar-Django. It has the familiarity of Miiverse, but with a truckload of features added.">
|
||||
<meta property="og:locale" content="en_US">
|
||||
{% if ogdata %}
|
||||
<meta property="og:title" content="{{ ogdata.title }}">
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
{% extends "closedverse_main/layout.html" %}
|
||||
{% load static %}{% block main-body %}
|
||||
<div class="main-column center">
|
||||
<div class="post-list-outline login-page">
|
||||
<form method="post" onload="">
|
||||
<img src="{% static "img/menu-logo.png" %}">
|
||||
<p class="lh">Sign Up</p>
|
||||
<p>Create a Closedverse account to make posts and comments to various communities, give Yeahs to other users' content, and interact with other members of the Closedverse community.</p><br>
|
||||
<p>If you want to be, at least, not sus to us, you can join our Discord Server. https://discord.gg/PXKhXXk</p><br>
|
||||
<p>Please follow <a href="{% url "main:help-rules" %}">our rules</a>. If you don't, mercy will not be laid on yourself.<br><br>You <strong>must</strong> be 13 years of age or older to join, no exceptions.<br>If you are suspected to be younger than 12 years old, the moderators will decide what to do with you.</p>
|
||||
<h3 class="label"><label><span class="red">*$</span> User ID: <input type="text" class="auth-input" name="username" maxlength="32" minlength="4" placeholder="ID"></label></h3>
|
||||
<h3 class="label"><label>Nickname: <input type="text" class="auth-input" name="nickname" maxlength="32" placeholder="Nick/Mii name?"></label></h3>
|
||||
<h3 class="label nnid"><label>Nintendo Network ID: <input type="text" class="auth-input" name="origin_id" maxlength="16" minlength="6" placeholder="NNID" data-action="{% url "main:origin-id-get" %}">
|
||||
<img class="none">
|
||||
</label></h3>
|
||||
<h3 class="label"><label><span class="red">%</span> E-Mail address: <input type="email" class="auth-input" name="email" maxlength="254" minlength="6" placeholder="E-Mail"></label></h3>
|
||||
<h3 class="label"><label><span class="red">*</span> Password: <input type="password" class="auth-input" name="password" maxlength="32" minlength="6" placeholder="Password"></label></h3>
|
||||
<h3 class="label"><label><span class="red">*</span> Confirm password: <input type="password" class="auth-input" name="password_again" maxlength="32" minlength="6" placeholder="Password again"></label></h3>
|
||||
{% csrf_token %}
|
||||
{% if recaptcha %}
|
||||
<div class="g-recaptcha" data-sitekey="{{ recaptcha }}" data-theme="dark"></div>
|
||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||
{% endif %}
|
||||
|
||||
<p class="red" style="margin-bottom:6px"></p>
|
||||
<button type="submit" class="button" onclick="event.preventDefault();cac();">Create Account</button>
|
||||
<div class="ll">
|
||||
<p>All fields with a red asterisk (<span class="red">*</span>) are required.</p>
|
||||
<p>NNIDs are only required for getting a Mii and a nickname from.</p>
|
||||
<p>If you do not provide a nickname but provide an NNID, the nickname will be taken from that ID. The ID's nickname, however, is prioritized over the nickname field.</p>
|
||||
<p>You will be able to change your avatar after you sign up.</p>
|
||||
<p><span class="red">%</span>: If you don't fill in your email address, you can't reset your password until you have one.</p>
|
||||
<p><span class="red">$</span>: Your username is used to log in. It'll appear similarly to your NNID on Miiverse, below your nickname.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user