abs0lut3pwn4g3 / RTB-CTF-Framework

A fast, efficient and lightweight (~100 KB) Capture The Flag framework inspired by the HackTheBox platform. Built with Flask.
https://rtbctfframework.up.railway.app/
GNU Affero General Public License v3.0
108 stars 55 forks source link

Rules section on homepage to Settings.rules #80

Open eshaan7 opened 3 years ago

eshaan7 commented 3 years ago

The Rules on the homepage are static thus not changeable. We should use a column in the Settings model:Settings.rules for storing this and then use the {% for...%} construct in the HTML.