Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission rules #194

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions assets/less/submissions.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
.submission {
margin-right: 1rem;
}
.create-submission-page .content-wrapper main.body {
max-width: 50rem;
}
.create-submission-page .content-wrapper aside.sidebar {
padding-left: 1rem;
max-width: none;
font-size: 16px;
}
}

.submission-header > * {
Expand Down
16 changes: 16 additions & 0 deletions templates/submission/create.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,19 @@
});
</script>
{% endblock %}
{% block sidebar %}
When posting your deal please remember to [flair] it and have the price or percentage off in your post! Proper flair is as follows:
<ul>
<li>[Acc] - Accessories like holsters, bayonets, foregrips, etc</li>
<li>[Ammo] - Ammunition, does not include reloading components</li>
<li>[Code] - Site wide discount codes or free shipping codes, not codes for a single item</li>
<li>[Handgun] - Revolver, pistol, AR "pistol", etc</li>
<li>[Magazine] - PMAG, etc</li>
<li>[Optics] - Scopes, red dots, iron sights - if you use it to aim it's an optic</li>
<li>[Parts] - If it makes the gun fire or is considered "part" of the gun, barrels, internal parts, gas blocks, slide, etc</li>
<li>[Rifle] - Non-NFA firearms that are a rifle by definition</li>
<li>[Shotgun] - Non-NFA firearms that are a shotgun by definition and not Shockwave type firearms</li>
<li>[Other gun] - All other guns, silencers, AOWs, SBRs, Shockwave-not-SBS, etc</li>
<li>[Other] - Catchall if you don't think it meets any of the above definitions, bags, locks, etc</li>
</ul>
{% endblock %}