diff --git a/src/pages/panel/campaigns/about.rs b/src/pages/panel/campaigns/about.rs index 3a5baa6..44fdeff 100644 --- a/src/pages/panel/campaigns/about.rs +++ b/src/pages/panel/campaigns/about.rs @@ -43,7 +43,7 @@ impl CtxError for Intro { impl Intro { pub fn new(settings: &Settings, payload: Option<&str>) -> Self { - let ctx = RefCell::new(context(settings, "Login")); + let ctx = RefCell::new(context(settings, "Campaign Homepage")); if let Some(uuid) = payload { let payload = crate::PAGES.panel.campaigns.get_bench_route(uuid); ctx.borrow_mut().insert(PAYLOAD_KEY, &payload); diff --git a/templates/panel/campaigns/index.html b/templates/panel/campaigns/index.html index 0f0b288..35d0311 100644 --- a/templates/panel/campaigns/index.html +++ b/templates/panel/campaigns/index.html @@ -6,8 +6,9 @@ + - + @@ -23,6 +24,12 @@

{{ campaign.uuid }}

+ + {% endfor %}
ID NameUUIDResults
+ +

Click Here

+