diff --git a/files/templates/casino.html b/files/templates/casino.html index 9ea9b21b50..2b9850afcc 100644 --- a/files/templates/casino.html +++ b/files/templates/casino.html @@ -1,7 +1,7 @@ {% extends "default.html" %} {% block pagetitle %}Casino{% endblock %} {# Title (~25char max), Description (~80char max), -Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #} +Icon (fa-foo-bar), Color (#ff0000), URL (/casino/roulette) #} {%- set GAME_INDEX = [ ( 'Roulette', diff --git a/files/templates/directory.html b/files/templates/directory.html index 5dc0a4d13b..cacffc5a62 100644 --- a/files/templates/directory.html +++ b/files/templates/directory.html @@ -2,7 +2,7 @@ {% block pagetitle %}Directory{% endblock %} {% block pagetype %}directory{% endblock %} {# Title (~25char max), Description (~80char max), - Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #} + Icon (fa-foo-bar), Color (#ff0000), URL (/submit/hats) #} {%- set DIRECTORY = [] -%} {%- if SITE_NAME == 'rDrama' -%}